new_project_individual: Setup a new individual state dashboard with default...

Description Usage Arguments See Also Examples

View source: R/new.R

Description

For states which have custom individual dashboards (in addition to national/regional). This function is intended to be run before data processing for a new state begins. It's just a wrapper for new_project.

Usage

1
2
3
4
5
6
7
new_project_individual(
  state,
  period,
  template_path = "template-individual",
  print_message = "A new individual state dashboard has been initialized",
  ...
)

Arguments

state

character: Two letter state designation

period

character: Time period for the first project (e.g., "2019-q4", "2020-q4", etc.)

template_path

character: Name of inst subpath in the package that points to the template files

print_message

character: Message to print on success

...

other arguments passed to new_project

See Also

Other functions for new projects based on templates: new_project_summary(), new_project()

Examples

1
# new_project_individual("YY", "2019-q4")

southwick-associates/lictemplate documentation built on Jan. 10, 2022, 6:44 p.m.