fars_read: Victor Rainier Cruz Perez Roxygen2 Documentation exercise...

Description Usage Arguments Details Value Examples

Description

Use the Use_vignette once to generate the vignette folder in the package's skeleton where the vignette documentation made with rmarkdown will be made

Usage

1
fars_read(filename)

Arguments

filename

from where the data will be read.

Details

use_vignette("farsfunctionsdoc") Use the use_testthat() once to generate the test folder in the package's skeleton where the test scripts will be placed

use_testthat()

fars_read(filename) returns a table with the information loaded from the filename provided as argument.

Value

a table wich contains the data from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System, which is a nationwide census providing the American public yearly data regarding fatal injuries suffered in motor vehicle traffic crashes.

Examples

1
2
3
4
## Not run: 
fars_read()

## End(Not run)

rainiercito/farsfunctions documentation built on May 26, 2019, 9:54 p.m.