View source: R/database_imports.R
get_list_of_years | R Documentation |
Useful when importing data among many years. Must be exactly two digits (i.e. 1992 would be "92").
get_list_of_years(start_year, end_year)
start_year |
start year of list, lowest is 1985. |
end_year |
end year of list, highest is 2030. |
list of dates for years and years_old for data import
get_list_of_years("99", "14")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.