Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function can be used to obtain the name of one of the datasets contained
in this package, providing an year via the year
argument. The according
file name is produced.
1 | make_filename(year)
|
year |
An integer representing an year |
This function returns a string (a file name). An error will be produced if the input cannot be coerced to an integer.
1 2 3 4 | ## Not run:
make_filename(2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.