fars_read: Imports CSV file and convert it to A Dataframe table

Description Usage Arguments Value Examples

Description

This is simple function to import csv data and return dataframe table for data operations. Function will fail if filename does't exist in working directory.

Usage

1
fars_read(filename)

Arguments

filename

A charecter string to provide filename

Value

This function returns Dataframe table of imported CSV data

Examples

1
2
3
4
## Not run: 
fars_read("accident_2013.csv.bz2")

## End(Not run)

garvish/datascience documentation built on May 16, 2019, 5:41 p.m.