fars_read: Read a file of FARS data

Description Usage Arguments Details Value Examples

View source: R/fars_functions.R

Description

This function reads the FARS data from a specified file, and returns it as a tibble.

Usage

1
fars_read(filename)

Arguments

filename

name of the file you want to read. The file must exist, otherwise an error message will result.

Details

NB - in practice, this function is only likely to be called from within other functions. However, it is exported and documented here for the sake of completeness.

Value

A tibble of the file contents

Examples

1

AECunningham/FARS2 documentation built on Oct. 30, 2019, 4:08 a.m.