Description Usage Arguments Value Examples
This function will use the readr::read_csv to load the .csv file into R and turn the data into tbl_df data structure
1 | fars_read(filename)
|
filename |
str, the input file's name |
this function will return a tbl_df data , if the filename not exist in current directory, show error message
1 2 3 4 | ## Not run:
fars_read(filename="./data/accident_2003.csv.bz2")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.