This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(dplyr) | |
| mtcars %>% | |
| group_by(cyl) %>% | |
| summarize(mean(disp)) | |
| # # A tibble: 3 × 2 | |
| # cyl `mean(disp)` | |
| # <dbl> <dbl> | |
| # 1 4 105.1364 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(dplyr) | |
| mtcars %>% | |
| group_by(cyl) %>% | |
| summarize(mean(disp)) | |
| # # A tibble: 3 × 2 | |
| # cyl `mean(disp)` | |
| # <dbl> <dbl> | |
| # 1 4 105.1364 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(shiny) | |
| miniTabstripPanel( | |
| miniTabPanel("Data", icon = icon("table"), | |
| selectInput("dataset", "Data set", ls("package:datasets"))), | |
| miniTabPanel("Subset", icon = icon("sliders"), | |
| uiOutput("subset_ui") | |
| ) | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(shiny) | |
| miniTabstripPanel( | |
| miniTabPanel("Data", icon = icon("table"), | |
| selectInput("dataset", "Data set", ls("package:datasets"))), | |
| miniTabPanel("Subset", icon = icon("sliders"), | |
| uiOutput("subset_ui") | |
| ) | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(shiny) | |
| miniTabstripPanel( | |
| miniTabPanel("Data", icon = icon("table"), | |
| selectInput("dataset", "Data set", ls("package:datasets"))), | |
| miniTabPanel("Subset", icon = icon("sliders"), | |
| uiOutput("subset_ui") | |
| ) | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(dplyr) | |
| mtcars %>% | |
| group_by(cyl) %>% | |
| summarize(mean(disp)) | |
| # # A tibble: 3 × 2 | |
| # cyl `mean(disp)` | |
| # <dbl> <dbl> | |
| # 1 4 105.1364 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #' @importFrom shiny | |
| #' @import miniUI | |
| codefinch_app <- function(){ | |
| ui <- miniPage( | |
| gadgetTitleBar("Codefinch: Tweet Your Code", | |
| right = miniTitleBarButton("tweet_it", "Send Tweet", primary = TRUE)), | |
| miniContentPanel( | |
| fillRow(flex = c(2, 3), | |
| fillCol( | |
| uiOutput("status_box"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #' @importFrom shiny | |
| #' @import miniUI | |
| codefinch_app <- function(){ | |
| ui <- miniPage( | |
| gadgetTitleBar("Codefinch: Tweet Your Code", | |
| right = miniTitleBarButton("tweet_it", "Send Tweet", primary = TRUE)), | |
| miniContentPanel( | |
| fillRow(flex = c(2, 3), | |
| fillCol( | |
| uiOutput("status_box"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #' @importFrom shiny | |
| #' @import miniUI | |
| codefinch_app <- function(){ | |
| ui <- miniPage( | |
| gadgetTitleBar("Codefinch: Tweet Your Code", | |
| right = miniTitleBarButton("tweet_it", "Send Tweet", primary = TRUE)), | |
| miniContentPanel( | |
| fillRow(flex = c(2, 3), | |
| fillCol( | |
| uiOutput("status_box"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #' @importFrom shiny | |
| #' @import miniUI | |
| codefinch_app <- function(){ | |
| ui <- miniPage( | |
| gadgetTitleBar("Codefinch: Tweet Your Code", | |
| right = miniTitleBarButton("tweet_it", "Send Tweet", primary = TRUE)), | |
| miniContentPanel( | |
| fillRow(flex = c(2, 3), | |
| fillCol( | |
| uiOutput("status_box"), |