View source: R/cleaning_script.R
Reads in and cleans raw hurricane data for use with our new ggplot geom
1 |
1 2 3 | ## Not run: katrina_data <- get_hurricane_data() %>%
filter(startsWith(storm_id, "KATRINA")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.