
Load the FReD dataset
load_fred_data.RdThis function loads the FReD dataset into R, and conducts variable transformations to prepare for analyses.
Arguments
- data
Path to the FReD dataset (defaults to current FReD data on OSF), unless the package is in offline mode (
use_FReD_offline())- verbose
Should detailed messages be printed that highlight data conversion issues? Defaults to FALSE (quiet mode). TRUE prints detailed warnings, and NULL prints a summary of problems.