fars_read: fars_read

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Generates a data frame from a file. If the file does not exist the function will stop with an error message.

Usage

1
fars_read(filename)

Arguments

filename

A string.

Value

This function returns a data frame from reading filename.

Examples

1
2
3
4
5
## Not run: 
fars_read("accident_2014.csv.bz2")
fars_read("accident_2015.csv.bz2")

## End(Not run)

mmoramarco/buildingrpackage documentation built on May 23, 2019, 5:05 a.m.