inst/doc/IPS.R

## ----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"
#  )

Try the datazoom.amazonia package in your browser

Any scripts or data that you put into this service are public.

datazoom.amazonia documentation built on May 29, 2024, 11:12 a.m.