fars_read: Read data from file into a tibble

Description Usage Arguments Details Value Examples

View source: R/fars_functions.R

Description

Function that reads in data from a csv file and returns a tibble

Usage

1
fars_read(filename)

Arguments

filename

Name of the csv file

Details

Function aborts and prints error message if the file filename cannot be found

Value

This function returns a tibble.

Examples

1
2
3
4
## Not run: 
fars_read("input_file.csv")

## End(Not run)

shaowei72/MyFirstPackage documentation built on June 25, 2020, 10:07 a.m.