make_filename: Make a filename with a specified year

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Function that returns a file name as character string containing a year specified by the argument year. Can be used in combination with fars_read.

Usage

1

Arguments

year

Year to be included in the file name

Value

This function returns a file name as character string

Examples

1
2
3
4
5
## Not run: 
make_filename(2014)
fars_read(make_filename(2015))

## End(Not run)

ajsarradin/farsAJS documentation built on May 5, 2019, 8:17 a.m.