make_filename: Make data filename corresponding to a given yean

Description Usage Arguments Value See Also Examples

View source: R/fars_functions.R

Description

This function makes a data filename related to the given year Warning : The function does not check if the file is available.

Usage

1

Arguments

year

A string or an integer with the input year

Value

A string with the .csv filename for a given year, and the file path within the package.

See Also

fars_read

Examples

1
2
3
4
## Not run: 
make_filename(2013)

## End(Not run)

BFavetto/fars documentation built on Dec. 17, 2021, 9:51 a.m.