fars_read: Read a CSV file into a tibble (tidyverse dataframe)

Description Usage Arguments Value Note Examples

View source: R/fars_functions.R

Description

This function reads a CSV file into R as a tibble.

Usage

1
fars_read(filename)

Arguments

filename

The aboslute or relative path to the filename to read into R (should be a CSV file) .

Value

The CSV data in tibble (tidyverse version of data frames) format.

Note

If the file doesn't exist, a message will be displayed saying so.

Examples

1
## Not run: df <- fars_read("path/to/some/random/file.csv")

marshallm94/assignmentr documentation built on Nov. 21, 2019, 6:05 p.m.