getTaxonomy {fdicdata} | R Documentation |
Get taxonomy file from FDIC website
Description
This function takes the name of the YAML file containing data taxonomy as an input and downloads it from the FDIC website, saving it to the local directory for later use.
Usage
getTaxonomy(taxonomy)
Arguments
taxonomy |
The name of the taxonomy file to download (one of "institution_properties.yaml", "location_properties.yaml", "history_properties.yaml", "summary_properties.yaml", "failure_properties.yaml", or "risview_properties.yaml") |
[Package fdicdata version 0.1.0 Index]