make_filename: Create complete file name for a given year

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

A helper (not exported) function used by fars_read_years and fars_map_state functions. It takes a year as argument and returns the complete file name containing data for the given year.

Usage

1

Arguments

year

A character string or numeric specifing the year.

Value

This function returns a character string containing the complete filename for the given year

Examples

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

## End(Not run)

vbeakovic/fars documentation built on May 14, 2019, 9:39 a.m.