fars_read: Read filename

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function reads a csv file.

Usage

1
fars_read(filename)

Arguments

filename

A character string giving the name of the file to read.

Value

This function returns a dataframe with the data contained in the specified file.

Examples

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

## End(Not run)

marioles/courserafars documentation built on July 6, 2020, 12:27 a.m.