get.SA.data: Get South African data for estimation procedure

Description Usage Arguments Examples

View source: R/get.SA.data.R

Description

Downloads SA data from FRED website and saves as a dataframe funtion takes 2 arguments - the output folder and filename

Usage

1
get.SA.data(folder = "data/input/", file = "rstar.data.sa.csv")

Arguments

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

Examples

1
2
3
4
folder <-  "data/inputData/"         # output folder
file <-  "rstar.data.us.csv"     # output filename

get.SA.data(folder = folder, file = file)

JannesRed/rStar documentation built on Nov. 11, 2019, 4 p.m.