Description Usage Arguments Value Note Examples
View source: R/fars_function.R
This function shows a quick view of your data in an object of class tibble, according to a specified CSV filename.
1 | fars_read(filename)
|
filename |
A character string giving the filename the function will visualize. |
This function returns a data frame of class tibble with the data from the specified filename. If the filename does not exist, there will be a message informing about it.
There will be errors if the filename is absent, there are no quotation marks in the filename argument or the file does not exist.
1 | fars_read("accident_2013.csv.bz2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.