data_manipulation: Data Manipulation Function - Although this is not a...

Description Usage Arguments Value Examples

Description

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.

Usage

1
data_manipulation(dt_import)

Arguments

file_path

The path to reach the file "ebtrk_atlc_1988_2015.txt".

Value

The outuput of this function is a data frame with storm_id, date, latitude, longitude, wind_speed, ne, nw, se, and sw.

Examples

1
2
3
## Not run: data_manipulation("ebtrk_atlc_1988_2015.txt")

## Not run: data_manipulation("ebtrk_atlc_1988_2017.txt")

AndersonUyekita/JHU_Building_Data_Visualization_Tools documentation built on May 7, 2019, 11:11 a.m.