fars_read: fars_read function

Description Usage Arguments Value Note Examples

Description

This function takes as "input" the name of the file and return a dataframe using the readr::read_csv function.

Usage

1
fars_read(filename)

Arguments

filename

= a character as the file name of the data in a csv format

Value

The fars_read function will return a dataframe

Note

In case that the file does not exist will return the message indicating so. You will need to save the data files in the working directory to avoid error.

Examples

1
2
3
4
## Not run: 
  fars_read("accident_2013d.csv.bz2")
  
## End(Not run)

aalvaradob/Prueba1 documentation built on May 9, 2019, 12:52 p.m.