Description Usage Arguments Value Examples
This is a simple function that cleans the Earthquake dataset. It maps date to a proper date format. It changes Latitutude and Longitude to numbers
1 |
x |
Earthquake dataset |
This function returns the cleaned dataset
1 2 3 | library(readr)
raw_data<-readr::read_tsv(system.file("extdata", "signif.txt", package = "RCapstone"))
eq_clean_data(raw_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.