make_filename: "make_filename"

Description Usage Arguments Details Value Note Examples

Description

This is a function that creates form the year argument a filename the corresponding accident csv.

Usage

1

Arguments

year

a numerical vector, which contains the years for which a filename should be generated.

Details

This function operates on strings.

Value

This function returns a character vector containing the filenames corresponding to the year argument.

Note

If the year argument is not a numerical vector the generated filename probobly do not exist.

Examples

1
2
## Not run:  make_filename(2013)
## Not run: make_filename(2014)

floasdf/finalAssignment documentation built on May 6, 2019, 4:59 p.m.