fars_read: Read a fars_read file

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This is a simple function that imports data from csv files

Usage

1
fars_read(filename)

Arguments

filename

The name of the file to be opened.

Value

This function returns a tibble of the specified data. An error will occur if the specified data is not found.

Examples

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

## End(Not run)

langbart/fars documentation built on Dec. 21, 2021, 8:49 a.m.