fars_read: Read data from file into a dataframe.

Description Usage Arguments Value

Description

This function reads data from a file given specified by the user and puts it in a dataframe. If wrong filename is given then it will result in an error. The function tbl_df() from dplyr is used.

Usage

1
fars_read(filename)

Arguments

filename

A string with the filename of the file to be read.

Value

This function returns a dataframe with the data read from the file.


Ademo73/Coursera_assignment documentation built on May 5, 2019, 12:27 p.m.