make_filename: This is a function that prints a file name containing a...

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This is a function that prints a file name containing a specific year number.(using the year argument).

Usage

1

Arguments

year

A number giving the year

Value

This function prints and returns a string file name

Examples

1
2
3
WD <- setwd(system.file("extdata", package = "mypack"))
make_filename(2013)
setwd(WD)

mtp22peng/mypack documentation built on May 17, 2019, 12:15 p.m.