fars_read: fars_read

Description Usage Arguments Value Note Examples

Description

This is a simple function to read data contained in a file

Usage

1
fars_read(filename)

Arguments

filename

a string indicating the name of the file to read the data from

Value

this function returns a dataframe containing the data stroed in the file

Note

if the input specified file doesn't exist the function will stop and throw a file not found error

Examples

1
2
3
  
fn<-make_filename(2013)
fars_read(fn)

andyc-rpackage/Assignment2 documentation built on May 10, 2019, 11:44 a.m.