Description Usage Arguments Value Examples
Parameters and libraries needed for reading and cleaning the Earthquake data function
1 | eq_clean_data(datafram)
|
datfram |
is the dataframe that contains location names written in Uper case |
a dataframe which contains the Eathquake data filtered required for mapping in a timeline the data
1 2 3 4 5 | ## Not run:
filename<-system.file("data","earthquakes_data.txt.zip",package="capstone")
eq_clean_data(eq_data_read(filename))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.