fars_read: Read a CSV file

Description Usage Arguments Value

View source: R/fars_functions.R

Description

By default, this function reads and converts a CSV file into a dataframe. It takes the CSV file as the only argument and it doesn't show the reading progress bar.

Usage

1
fars_read(filename)

Arguments

filename

A string of characters referencing the path and name of the CSV file to be processed

Value

This function returns a dplyr dataframe if the file exists. Otherwize, it returns an error like "file 'filename' doesn't exist".


axellencls/roadAccidentsStudy documentation built on April 5, 2020, 12:53 a.m.