Skip to contents

Access county-level data on NFIP policies

Usage

get_nfip_policies_county(
  county_geoids,
  file_name = "fima_nfip_policies_2024_10_13.parquet",
  api = TRUE
)

Arguments

county_geoids

A character vector of five-digit county codes.

file_name

The name (not the full path) of the Box file containing the raw data.

api

If TRUE (default), query the API.

Value

A dataframe comprising county-level data on current NFIP policies

Examples

if (FALSE) { # \dontrun{
get_nfip_policies_county(
   county_geoids = c("01001", "01003"),
   api = TRUE)
} # }