fars_read: Import File as Tibble

Description Usage Arguments Value Examples

Description

This is a simple function that imports a csv file as a tibble dataframe. The function check if the file exists, and if it does, reads in the file and converts it to a tbl_df. An error will occur if filename doe not exist.

Usage

1
fars_read(filename)

Arguments

filename

The filename the function reads.

Value

The function returns a tbl_df.

Examples

1
## Not run: fars_read('this_file_does_not_exist.csv')

ctaber/buildingRpackages documentation built on June 22, 2019, 3:59 a.m.