fars_read: Loads csv file into memory

Description Usage Value Examples

Description

This function will import a csv file. If the file does not exist, an error will be generated. If the file does exist, it will be imported as a tbl_df, or tibble data frame.

Usage

1
fars_read(filename)

Value

A tbl_df (tibble) will be returned containing the information in the csv file.

Examples

1
2
3
4
## Not run: 
foobar_data <- fars_read("c:/User/foobar/foobar.csv")

## End(Not run)

ntbohl/fars documentation built on May 6, 2019, 7:19 a.m.