Skip to content

Instantly share code, notes, and snippets.

View paulditterline's full-sized avatar
🏠
Working from home

PDitty paulditterline

🏠
Working from home
View GitHub Profile
@paulditterline
paulditterline / gist:c4ed7e9ab83e08cddde696c35f074c84
Created October 25, 2016 18:36
Info Box with working validate
## app.R ##
library(shiny)
library(shinydashboard)
ui <- dashboardPage(
dashboardHeader(),
dashboardSidebar(),
dashboardBody(
box(
uiOutput("myoutput")
@paulditterline
paulditterline / flexdashboard_mobile_fail
Created May 29, 2016 19:30
Flex dashboard fails only in mobile
---
title: "Mobile Fail Example"
output:
flexdashboard::flex_dashboard:
theme: yeti
storyboard: true
social: menu
source: embed
runtime: shiny
---