getSummaryAll: getSummaryAll

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
getSummaryAll(DropBox_dir, local_dir, budget = input$budget_year,
  tab = input$tabset, use_DropBox = T)

Arguments

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"

session

shiny server session variable

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.