View source: R/pull_data.R View source: R/oxy-pull_data.R
pull_data | R Documentation |
FUNCTION_DESCRIPTION
Wrapper function to pull data from Haver Analytics.
pull_data(series, database, start.date = "1970-01-01", frequency = "quarterly")
pull_data(series, database, start.date = "1970-01-01", frequency = "quarterly")
series |
names of variables to pull |
database |
name of database. FIM uses USNA and USECON |
start.date |
PARAM_DESCRIPTION, Default: '1970-01-01' |
frequency |
PARAM_DESCRIPTION, Default: 'quarterly' |
DETAILS
DETAILS
OUTPUT_DESCRIPTION
Dataframe
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.