fars_read: read in csv data

Description Usage Arguments Value Examples

Description

This is a simple function that checks for existence of a csv file and . If exists, read in csv file by its name. If not, throw an erro

Usage

1
fars_read(filename)

Arguments

filename

A character string with a route to the csv file that needs to be read

Value

This function return a tibble object of the csv file data

Examples

1
## Not run: fars_read(system.file("extdata", "accident_2013.csv.bz2", package = "fars"))

chendi1020/fars documentation built on May 24, 2019, 3:05 a.m.