make_filename: make_filename()

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function takes the year and makes it an integer, then uses it to construct the file name

Usage

1

Arguments

year

integer or character. The file name of the file to be loaded

Value

character. Returns a file name

Examples

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

EV201/TestNewPackage documentation built on Sept. 24, 2020, 12:43 a.m.