fars_read: Read file as tibble

Description Usage Arguments Value Examples

Description

Check whether file exists first, if it does, read the the file then convert it to tibble format. Otherwise error message will return.

Usage

1
fars_read(filename)

Arguments

filename

path of the file to be read

Value

tibble contain data in the file

Examples

1
2
setwd(paste0(.libPaths()[1],"/Fas"))
fars_read("accident_2013.csv.bz2")

esppk/fas_pkg documentation built on May 9, 2019, 9:59 p.m.