if (FALSE) {
# Access the dataset for the "b3-reference-rates" template
ds <- template_dataset("b3-reference-rates")
# Access the dataset for the "b3-reference-rates" template in the staging layer
ds <- template_dataset("b3-reference-rates", layer = "staging")
# Query the dataset
ds |>
dplyr::filter(refdate > as.Date("2023-01-01")) |>
dplyr::collect()
}
Run the code above in your browser using DataLab