# NOT RUN {
df <- get_quarterly(
indicator = "PIB Total",
first_date = Sys.Date() - 30,
reference_date = paste0(lubridate::quarter(Sys.Date()), "/",
lubridate::year(Sys.Date())
),
use_memoise = FALSE
)
# }
Run the code above in your browser using DataLab