fars_read: Reading a file

Description Usage Arguments Value Examples

View source: R/fars.R

Description

This is a simple function that, validate the existence of a file, if the file does not exist you will see a warning. The file will be read with read_csv function. Then with the file alreay loaded ii create a data frame.

Usage

1
fars_read(filename)

Arguments

filename

The name of the file i want to read

Value

This function return the estructure of the file loaded as data frame

Examples

1
fars_read("accident_2014.csv.bz2")

kevynemiliano/thefinal documentation built on May 23, 2019, 3:12 p.m.