CityStorm: Merge hurricane exposure to death outcomes.

Description Usage Arguments Value Examples

Description

This function merges the two datasets created by readCity() function and readStorm() function for one city by date.

Usage

1
2
CityStorm(root = "~/Documents/NMMAPS/", criterion = c(), city = c(),
  collapseAge = TRUE)

Arguments

root

The local path where the NMMAPS data is located.

criterion

A character string which could be "rain50", "wind18", etc.

city

A character string giving the abbreviation of city's name.

collapseAge

Logic value specifying whether to aggregate records based on age group.

Value

This function return a time-series dataframe containing daily death counts and information about storms between 1988 to 2005 in this city.

Examples

1
CityStorm(root = "~/Documents/NMMAPS/", criterion = "rain75", city = "miam")

my1120/Hurricane documentation built on May 23, 2019, 11:58 a.m.