fars_read: Read CSV file

Description Usage Arguments Value Examples

Description

This function reads a CSV file specified by the /codefilename argument and returns a tibble containing the data. If the file does not exist, the function will stop and will return an error

Usage

1
fars_read(filename)

Arguments

filename

A character string containing the path of the CSV file

Value

This function returns a tibble rendered from the CSV file

Examples

1
## Not run: accident_2014 <- fars_read("./data/accident_2014.csv.bz2")

pvisser82/fars documentation built on May 29, 2019, 7:50 a.m.