fars_read: Test 2018/9/1 Loads a CSV file

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Reads and loads a CSV file defined by filename argument Returns a tibble If the path is incorrect the function will end with an error.

Usage

1
fars_read(filename)

Arguments

filename

Path to the CSV file (character)

Value

Returns a tibble from the CSV file

Examples

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

## End(Not run)

adircinho/Building-R-Package documentation built on Dec. 31, 2020, 6:45 p.m.