R/data.R

#' FDIC Data Dictionary
#'
#' A dataset containing the field names and definitions for fdic datasets
#'
#'
#' @format A data frame with 417 rows and 4 variables:
#' \describe{
#'   \item{Dataset}{The dataset where the field lives and where the source is}
#'   \item{Field}{The field name used to query the data}
#'   \item{Label}{A more descriptive version of the field name}
#'   \item{Definition}{Defintion of the field}
#'   ...
#' }
#' @source \url{https://banks.data.fdic.gov/docs/#/Structure/searchInstitutions}
"data_dictionary"
johnellis30/fdic documentation built on Dec. 21, 2021, 2:12 a.m.