shs_create_app: Second part of SHS Data Explorer app processing

Description Usage Arguments Value Examples

View source: R/shs_create_app.R

Description

shs_create_app creates an app that can be run/deployed, based on data created by shs_create_app_data.

Usage

1
2
3
4
5
6
shs_create_app(
  destination_directory,
  data_directory,
  reports_start_year,
  reports_end_year
)

Arguments

destination_directory

string. The path of the directory to create the app in.

data_directory

string. The path of the directory containing source data and metadata.

reports_start_year

string. The first year available to select in the app's report generator.

reports_end_year

string. The final year available to select in the app's report generator.

Value

null.

Examples

1
2
3
4
## Not run: 
shs_create_app(destination_directory, data_directory, reports_start_year, reports_end_year)

## End(Not run)

thomascrines/shsannualreport documentation built on Nov. 5, 2021, 5:19 p.m.