View source: R/UtilityFunctions.R
loadStateIODataFile | R Documentation |
If the file is not found locally, it will be downloaded from Data Commons. Available files can be found on https://dmap-data-commons-ord.s3.amazonaws.com/index.html#stateio/. These include Use, DomesticUse, and IndustryOutput tables, among others.
loadStateIODataFile(filename, ver = NULL)
filename |
A string specifying filename, e.g. "State_Summary_Use_2017". |
ver |
A string specifying version of the data, default is NULL, can be "v0.1.0". |
A StateIO data product (usually a list of dataframes).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.