fars_read: Import Accident Raw Data

Description Usage Arguments Details Value Examples

Description

This function takes a filename and load the file into a R tibble dataframe. If the file path/name is not found or valid, an error message is retrieved.

Usage

1
fars_read(filename)

Arguments

filename

A character value representing the filename to import.

Details

This function uses and imports readr and dplyr packages form tidyverse package repository.

Value

A tibble dataframe representing the file filename loaded.

Examples

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

## End(Not run)

joaocunha1991/AccidentR documentation built on May 27, 2019, 7:45 a.m.