Description Usage Arguments Value Examples
Data Manipulation Function - Although this is not a deliverable of the course I made a great effor to pratice/apply the lesson from the last Course. This function creates the data frame used as of the geom_hurricane.
1 | data_manipulation(dt_import)
|
file_path |
The path to reach the file "ebtrk_atlc_1988_2015.txt". |
The outuput of this function is a data frame with storm_id, date, latitude, longitude, wind_speed, ne, nw, se, and sw.
1 2 3 | ## Not run: data_manipulation("ebtrk_atlc_1988_2015.txt")
## Not run: data_manipulation("ebtrk_atlc_1988_2017.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.