fars_read: Import Data

Description Usage Arguments Details Value Note Examples

Description

Takes a character vector, containing file name or path and load it.

Usage

1
fars_read(filename)

Arguments

filename

Character vector.

Details

This function would work using the packages: readr & dplyr.

Value

A tbl_df containing a representation of the data in the file.

Note

The data will be import only if the file exists.Here ‘exists’ is in the sense of the system's stat call: a file will be reported as existing only if you have the permissions needed by stat. Existence can also be checked by file.access, which might use different permissions and so obtain a different result. Note that the existence of a file does not imply that it is readable

Examples

1
## Not run: fars_read(filename)

AlphaIgor/Test documentation built on May 19, 2019, 10:47 p.m.