Description Usage Arguments Examples
View source: R/DropBoxUpdate.R
sends the tab data and treemap data to the client as well as updates the summary all data for program summary
1 2  | updateDropBoxBudget(session, DropBox_dir, local_dir,
  budget = input$budget_year, tab = input$tabset, use_DropBox = T)
 | 
session | 
 shiny server session variable  | 
DropBox_dir | 
 the directory on dropbox for the organization  | 
budget | 
 what budget to use, the csv file should be in a folder of the same name  | 
tab | 
 what tabset to use from our radio buttons, the config folder should have the tab files in json format ending in "_tabs.json"  | 
values | 
 reactiveValue that stores the summary data  | 
1  | updateDropBoxBudget(session,DropBox_dir,budget=input$budget_year,tab=input$tabset,values=values$SummaryAll)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.