new_project_summary: Setup a new summary state dashboard with default directories...

Description Usage Arguments See Also Examples

View source: R/new.R

Description

For states which process their own dashboard summaries.

Usage

1
2
3
4
5
6
7
new_project_summary(
  state,
  period,
  template_path = "template-summary",
  print_message = "A new summary data dashboard project 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_individual(), new_project()

Examples

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

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