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

Description Usage Arguments Value Examples

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)

orkanakcan/farsViz documentation built on May 17, 2019, 2:15 a.m.