fars_read: Loads a CSV file to a tibble

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function loads a CSV file defined by filename argument to a tibble. If the path is incorrect (file not existed), an error will be thrown.

Usage

1
fars_read(filename)

Arguments

filename

Path to the CSV file.

Value

a tibble result from loading file.

Examples

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

## End(Not run)

ThoDuyNguyen/fars documentation built on May 20, 2019, 3:34 p.m.