Learn R Programming

fundManageR (version 0.5.02210501)

dictionary_fred_ids: FRED Series IDs

Description

This function imports dictionaries for all possible FRED series. You can us this data to find series to search in the fred_symbols function.

Usage

dictionary_fred_ids(fred_file = NULL, return_message = TRUE)

Arguments

fred_file

the type of dictionary you wish to import

  • NULL, All: returns all dictionary data in a nested data frame (default)

  • series: returns a data frame of the series name, id, and attributes

  • tags: returns a data frame of the series id and their corresponding search tag

  • subindicies: returns a data frame with the parent series and any sub-indicies if they have them

return_message

TRUE return a message after data import

Value

a data_frame

Details

This dictionary was indexed on January 22, 2017, please be aware that there may be new series added to FRED since then.

See Also

Other dictionary: data_location_codes, data_sec_rules, data_sic_naics_codes, dictionary_sec_filing_codes, dictionary_sec_form_codes, dictionary_sic_codes

Examples

Run this code
# NOT RUN {
dictionary_fred_ids(fred_file = NULL, return_message  = TRUE)
# }

Run the code above in your browser using DataLab