fars_read: Reads a file data and convert to a dateframe table.

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function will create a dataframe table by reading the file data. The functions take file name or file path as input

Usage

1
fars_read(filename)

Arguments

filename

A character string providing the file name or file path for which the dataframe table will be created

Value

This function returns the dataframe table for the data of filename which is passed as the argument. If the file do not exist then the function prints a error "file filename does not exist message.

Examples

1
## Not run: fars_read("accident_2015.csv.bz2")

ybbsharma/sofars2 documentation built on May 4, 2019, 2:31 p.m.