Description Usage Arguments See Also Examples
For states which process their own dashboard summaries.
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",
...
)
|
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 |
Other functions for new projects based on templates:
new_project_individual()
,
new_project()
1 | # new_project_summary("YY", "2019-q4")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.