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