fars_read: Read a csv data file into a table dataframe (tbl_df)

Description Usage Arguments Value Note Examples

Description

This is a function that reads a csv data file into a table dataframe (tbl_df). You are supposed to provide the name of a dataset (csv file) to read as the argument.

Usage

1
fars_read(filename)

Arguments

filename

A character string giving the name of the dataset to read in

Value

This function returns a table dataframe (tbl_df) if it is given a valid name or a notification or a notification "file 'filename' does not exist"

Note

if there is no file wit hthe given filename, the function will return an error

Examples

1
2
3
## Not run: 
filname("somedata.csv") 
## End(Not run)

yuriygdv/farsfunctions documentation built on May 22, 2019, 2:47 p.m.