Description Usage Arguments Value Examples
This function reads a vector or list 'years' with four digit number in the format yyyy (e.g., 1927) and if the years exist/are correct the function wil returns a list with the correspondung month and year found in the data
1 | fars_read_years(years)
|
years |
It can be a vector or a list of number representing years with format 'yyyy', such as in '1927' |
If 'years' has element corresponding with data bases's years a list of months corresponding to the/these year/s is given back other wise a exception error is thrown.
1 2 3 | fars_read_years(years = c(2013, 2015))
fars_read_years(years = 2013:2015)
fars_read_years(years = list(2013,2015))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.