Description Usage Arguments Examples
Downloads SA data from FRED website and saves as a dataframe funtion takes 2 arguments - the output folder and filename
1 | get.SA.data(folder = "data/input/", file = "rstar.data.sa.csv")
|
folder |
the csv to perform the HLW estimation on. Please see elp file for required column names |
file |
a string for the country you are performing the estimates on - this is used in the output file name |
1 2 3 4 | folder <- "data/inputData/" # output folder
file <- "rstar.data.us.csv" # output filename
get.SA.data(folder = folder, file = file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.