Skip to contents

Access temporal county-level SHELDUS hazard counts.

Usage

get_sheldus_county(
  geography = "county",
  file_path = file.path(get_box_data_path(), "hazards", "sheldus",
    "SHELDUS_22.0_01012916_01012023_AllCounties_CountyAggregate_YearMonth_2022USD",
    "UID14148f_AGG_A.csv"),
  api = FALSE
)

Arguments

geography

Required – at what geography should the data be aggregated? Must be county.

file_path

The path from which to read the dataset if api = FALSE.

api

Included for consistency; must be FALSE.

Value

A dataframe comprising month x year x county counts of hazard events.

Examples

if (FALSE) { # \dontrun{
get_sheldus_county()
} # }