Description Usage Arguments Value Examples
This functions will generate the filename string which will be used in the fars_read function
1 | make_filename(year)
|
year |
Could be one number or a list of numbers. |
The return of this function could be a single string or a list, depends of its inputs.
1 2 | ## Not run: make_filename(year = 2015)
## Not run: make_filename(year = c(2013,2014))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.