Description Usage Arguments Examples
View source: R/DropBoxUpdate.R
reads the csv file for the treemap from dropbox and converts to JSON
1 2 3  | getTreeMapData(DropBox_dir, local_dir, budget = input$budget,
  tabset = input$tabset, data_treemap = "/data_treemap.csv",
  use_DropBox = T)
 | 
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  | 
tabset | 
 path to results tabs json file  | 
data_treemap | 
 filename to use for the csv data  | 
1  | getTreeMapData(DropBox_dir,budget=budget,data_treemap="/data_treemap.csv")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.