fars_read: Read csv

Description Usage Arguments Value Note Examples

View source: R/fars_functions.r

Description

This is a function that reads in a csv names filename and turns this into a dplyr tbl_df.

Usage

1
fars_read(filename)

Arguments

filename

A string with the name of the csv to be loaded

Value

This function returns a dplyr tbl_df corresponding to the csv.

Note

function will return an error if filename does not exist

Examples

1
acc13 <- fars_read("accident_2013.csv.bz2")

00mathieu/FarsExample documentation built on May 28, 2019, 11:01 a.m.