Description Usage Arguments Value Note Examples
Mastering Software Development in R Specialization Capstone Project Coursera Capstone Project Read Earthquakes data.
1 | eq_read_data(filename)
|
filename |
A caracter that contains the name of the file with its respective extension. |
This function returns the read data in a "dataframe", "tbl_df", "tbl" format.
This function will generate an error if the filemane is wrong or have a wrong extension.
1 2 3 4 5 | ## Not run:
file<-system.file("extdata","earthquakes_data.txt.zip",package="Capstone")
eq_read_data(file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.