Description Usage Arguments Value
View source: R/geom_hurricane.R
Tidy data creation for hurricane data. It takes data from the read_ext_tracks
1 2 | tidy_tracks(ext_tracks, makeDate = TRUE, keepcols = c("storm_name", "date",
"longitude", "latitude"))
|
ext_tracks |
Output from the read_ext_tracks function. |
makeDate |
Date columns combination option into a single date column. |
keepcols |
Character vector of the columns retained from the original data #' |
A tidy data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.