fars_read: Reads a csv file and returns a data frame

Description Usage Arguments Value Examples

Description

This function reads a csv file (can be compressed in bz2 format) & returns a data frame (tibble) with the loaded data.

Usage

1
fars_read(filename)

Arguments

filename

A character string with the name of the file to read.

Value

A data frame(tibble) of the data contained in the cvs file. An error if the file doesn't exist or if it is not in the current directory.

Examples

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

## End(Not run)

LOT801106/FARS documentation built on May 10, 2019, 2:41 p.m.