fars_read: Name: Kévin Allan Sales Rodrigues

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Name: Kévin Allan Sales Rodrigues

Usage

1
fars_read(filename)

Arguments

filename

The filename of the .csv file you want to import

Value

This function returns an R tibble containing the data from the .csv file that was read in. This function will return Error in file.exists(filename) : invalid 'file' argument if no file exists at the filepath specified as the filename argument.

Examples

1
2
## Not run: fars_read("coursera/data/accident_2013.csv.bz2")
## Not run: fars_read("data.csv")

kevin444/RpackageCoursera documentation built on June 29, 2020, 12:54 a.m.