View source: R/fema_data_fields.R
fema_data_fields | R Documentation |
Get data fields and descriptions for a given FEMA data set
fema_data_fields(data_set)
data_set |
a character string indicating the data set of interest |
Returns a tibble consisting of the data fields name, along with information about each data field including the data type, a description of the data field, and whether the data field is "searchable" (i.e. can it be used to filter the returned data in an API query)
## Not run:
fema_data_fields("FimaNfipClaims")
## End(Not run)
## Not run:
fema_data_fields("FimaNfipPolicies")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.