Skip to contents

Access temporal county-level SHELDUS hazard damage data.

Usage

get_sheldus(
  file_path = file.path(get_box_path(), "hazards", "sheldus",
    "SHELDUS_22.0_01012916_01012023_AllCounties_CountyAggregate_YearMonth_2022USD",
    "UID14148f_AGG_A.csv")
)

Arguments

file_path

The path to the raw SHELDUS data.

Value

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

Examples

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