Skip to content

Instantly share code, notes, and snippets.

View vlgul's full-sized avatar
🏦
Working from office

V. Santiago vlgul

🏦
Working from office
  • GARBAG
  • 21:06 (UTC -07:00)
View GitHub Profile
@vlgul
vlgul / app.R
Last active March 2, 2024 03:10 — forked from dian161/app.R
Fibonacci Number Shiny App
library(shiny)
ui<-fluidPage(
titlePanel("Fibonacci"),
sidebarLayout(
sidebarPanel(
helpText("Print the Fibonacci Number and it's inverse."),
sliderInput('n', label="Number n for fibonacci:", min=0, max=40, value=5)
),
@vlgul
vlgul / app.R
Last active February 3, 2024 07:50
Practica App Shiny
library(shiny)
library(reactR)
library(shinydashboard)
library(shinydashboardPlus)
ui <- dashboardPage(
dashboardHeader(title = "Mi página web responsiva"),
dashboardSidebar(
sidebarMenu(