fars_read: fars_read

Description Usage Arguments Value Note Examples

View source: R/fars_function.R

Description

This function shows a quick view of your data in an object of class tibble, according to a specified CSV filename.

Usage

1
fars_read(filename)

Arguments

filename

A character string giving the filename the function will visualize.

Value

This function returns a data frame of class tibble with the data from the specified filename. If the filename does not exist, there will be a message informing about it.

Note

There will be errors if the filename is absent, there are no quotation marks in the filename argument or the file does not exist.

Examples

1
fars_read("accident_2013.csv.bz2")

kevortiz10/fars_package documentation built on Dec. 21, 2021, 6:36 a.m.