filter_observation: Filter Observation

Description Usage Arguments Value Examples

View source: R/reading_data.R

Description

Filters the hurricane data for a specific storm_name and date.

Usage

1
filter_observation(storm_name = "ike", date = "2008-09-13 12:00:00")

Arguments

storm_name

The name of the storm to filter by.

dt

A specific date to filter by.

Value

Returns an observation with an id, date, latitude, longitude, wind_speed, ne, nw, se, sw variables

Examples

1
2
3
4
## Not run: 
filter_observation()

## End(Not run)

Davidovich4/hurricane documentation built on May 23, 2019, 7:16 a.m.