Description Usage Arguments Value Examples
Read earthquake data on a clean dataframe
| 1 2 | read_eq_clean_data(raw_data_fn = file.path(system.file("extdata", package =
  "CourseraRcapstone"), "signif.txt"))
 | 
| raw_data_fn | A path to the raw data filename, default to the signif.txt delivered by the package | 
A clean data.frame
| 1 2 3 4 | ## Not run: 
  clean_data <- read_eq_clean_data()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.