fars_read: Read csv data: fars_read

Description Usage Arguments Value Examples

Description

This is a simple function that reads data from a .csv file into a data.frame using tbl_df.

Usage

1
fars_read(filename)

Arguments

filename

A character string that names the file the user wants to import

Value

This function returns a tibble if the file exists, if not it returns an warning with a message ("file *filename* does not exist")

Examples

1
## Not run: fars_read("accident_2015.csv.bz2")

blewy/r_package_coursera documentation built on May 7, 2019, 10:38 a.m.