fars_read: Read file

Description Usage Arguments Details Value Examples

Description

The function reads a file.

Usage

1
fars_read(filename)

Arguments

filename

name of the file.

Details

The function checks if the file exists. if it exists, it reads it (also suppresses any messages that might be printed), if it doesn't exist, it throws an error message.

Value

The function returns a table of classes "tbl_df", "tbl", "data.frame".

Examples

1
2
3
4
## Not run: 
fars_read(make_filename(2013))

## End(Not run)

IdleImpala/fars documentation built on May 3, 2019, 8:34 p.m.