updateTreeMap_Tab_SummaryAll: updateTreeMap_Tab_SummaryAll

Description Usage Arguments Examples

View source: R/LoadBudgetData.R

Description

sends the tab data and treemap data to the client as well as updates the summary all data for program summary

Usage

1
2
3
updateTreeMap_Tab_SummaryAll(session, DropBox_dir, local_dir, budget,
  tabset, TabIndex, data_treemap = "/data_treemap.csv",
  use_DropBox = F, update_treepmap = T)

Arguments

session

shiny server session variable

DropBox_dir

the directory on dropbox for the organization

local_dir

the local directory where budgets are kept

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

Examples

1
getSummaryAll(DropBox_dir,local_dir,budget=input$budget_year,tab=input$tabset,use_DropBox=T)

RX-PBB/PBBOpenData documentation built on May 15, 2020, 11:24 p.m.