Description Usage Arguments Examples
This function performs two task: merge YEAR, MONTH, DAY into one DATE column and convert LONGITUDE AND LATITUDE into numeric.
1 |
df |
an input dataframe return a clean dataframe |
1 2 3 | fname <- system.file("extdata", "signif.txt.tsv", package = "earthquake")
eq_dat_raw <- as.data.frame(readr::read_tsv(fname))
eq_dat_clean <- eq_clean_data(eq_dat_raw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.