fema_data_fields: Get data fields and descriptions for a given FEMA data set

View source: R/fema_data_fields.R

fema_data_fieldsR Documentation

Get data fields and descriptions for a given FEMA data set

Description

Get data fields and descriptions for a given FEMA data set

Usage

fema_data_fields(data_set)

Arguments

data_set

a character string indicating the data set of interest

Value

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)

Examples

## Not run: 
fema_data_fields("FimaNfipClaims")

## End(Not run)
## Not run: 
fema_data_fields("FimaNfipPolicies")

## End(Not run)

dylan-turner25/rfema documentation built on Feb. 23, 2025, 9:30 a.m.