fars_read: Read dataset

Description Usage Arguments Value Examples

View source: R/functions.R

Description

This function basically helps to read datasets in working directory. It aimed to read datasets especially from US National Highway Traffic Safety Administration's Fatality Analysis Reporting System.

Usage

1
fars_read(filename)

Arguments

filename

A character

Value

The dataset whose name is given as input in tibble data frame format. If the dataset is not available in the working directory, it gives error.

Examples

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

## End(Not run)

badalovi/pfars2 documentation built on April 24, 2020, 9:44 p.m.