Description Usage Arguments Examples
This function creates a Regional Report for a specified MSA and outputs the report as an html file.
1 | regional_report(msa, msa_name, from, to, output)
|
msa |
MSA code from CDW |
msa_name |
name you'd like to give MSA as it appears in the report |
from |
start date in yyyymmdd format |
to |
end date in yyyymmdd format |
output |
file location and name for report |
1 2 | # This would output the regional report for Boston from January 1, 2014 to June 30, 2018
regional_report(msa = 14460, msa_name = "Boston", from = 20140101, to = 20180630, output = "my_file/boston_report")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.