make_filename: Make file names corresponding to given years.

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function creates the file names corresponding to a given vector of years.

Usage

1

Arguments

year

A numeric or a character vector that specifies the years for which we want to build the file names.

Value

A character vector containing the file names

Examples

1
2
3
make_filename(2013)
make_filename("2013")
make_filename(2013:2015)

km20/farsP documentation built on May 22, 2019, 4:41 p.m.