Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----eval = FALSE-------------------------------------------------------------
# # Download raw data from 2014
# data <- load_ips(dataset = "all", raw_data = TRUE, time_period = 2014)
#
# # Download treated deforest data from 2018 in portuguese
# data <- load_ips(
# dataset = "deforest", raw_data = FALSE,
# time_period = 2018, language = "pt"
# )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.