# download the entire series
if (FALSE) {
get_series(1)
}
# download a period of dates
if (FALSE) {
get_series(1, start_date = "2016-12-01")
}
if (FALSE) {
x <- get_series(1, start_date = "2016-12-01", end_date = "2016-12-31")
}
# downlaod the last register
if (FALSE) {
x <- get_series(1, last = 1)
}
Run the code above in your browser using DataLab