updateDropBoxBudget: updateDropBoxBudget

Description Usage Arguments Examples

View source: R/DropBoxUpdate.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
updateDropBoxBudget(session, DropBox_dir, local_dir,
  budget = input$budget_year, tab = input$tabset, use_DropBox = T)

Arguments

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

Examples

1
updateDropBoxBudget(session,DropBox_dir,budget=input$budget_year,tab=input$tabset,values=values$SummaryAll)

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