fars_read: fars_read

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This is a function that will read in a file if it exist and return a tibble (data frame tbl). This function needs to import read_csv from the readr package as well as tbl_df from the dplyr package.

Usage

1
fars_read(filename)

Arguments

filename

The name of the file to be read as a character string

Value

This function returns a tibble of the filename.

Examples

1
fars_read("accident_2013.csv")

adanvr/fars documentation built on May 26, 2019, 4:38 p.m.