fars_read: Read FARS data

Description Usage Arguments Details Value Examples

Description

This is a simple function, which reads FARS data from CSV file, specified in the function argument The function checks for presence of specified file, if present, reads the file and converts to a tibble

Usage

1
fars_read(filename = farsReport:::fars_make_filename())

Arguments

filename

A relative file to csv file, with dec="." and sep="," (due to use of read_csv)

Details

The function cannot unpredictably malfunction, all error cases are covered with the if statement

Value

This function returns a tibble, from a specified file

Examples

1
fars_read(farsReport:::fars_make_filename())

xzguqgsntdzq/Review_2 documentation built on May 13, 2019, 4:48 p.m.