fars_read: Read in fars file

Description Usage Arguments Value Examples

Description

This is a simple function that uses the 'readr' package to read in a csv file and then uses 'dplyr' to convert the data from the csv into a data frame.

Usage

1
fars_read(filename)

Arguments

filename

character vectors, containing file names or paths. In addiition to csv files, the function will take compressed csv files with the file extensions .gz .bz2 .xz .zip

Value

a data frame containing the parsed file data.

Examples

1
## Not run: fars_read('myFile.csv')

galen211/rfars documentation built on May 20, 2019, 4:09 p.m.