Description Usage Arguments Value Examples
Creates a tribble with a row for for each wind radii per wind direction based on the given file for the storm name and the specific time. Longitude is negated to -longitude. Year, month, day and hour are combined into a single datetime column of format yyyy-mm-dd hh:00:00
1 | read_hurricane_data(path, storm_fullname, exacttime)
|
path |
File path containing the storm data. |
storm_fullname |
This should be of the format <stormid>-<year> Eg: IKE-2008 |
exacttime |
Complete date / time value to restrict the storm to a single row. Eg: 2008-09-13 06:00:00 |
A tribble consisting of storm_id, datetime, longitude, latitude, wind_speed, ne, nw, se, sw
1 2 3 4 5 | ## Not run:
ike_data <- read_hurricane_data(paste0(getwd(), "/ebtrk_atlc_1988_2015.txt"), "IKE-2008",
"2008-09-13 06:00:00")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.