fars_read: Read csv file

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Reads data from a csv file. If the file does not exist, the function will stop and return an error.

Usage

1
fars_read(filename)

Arguments

filename

The name of the csv file to read

Value

A data.frame object containing the data read from filename

Examples

1
2
3
4
## Not run: 
fars_data <- fars_read("accident_2015.csv.bz2")

## End(Not run)

niklaas/fars documentation built on May 5, 2019, 1:38 p.m.