.read_data | R Documentation |
This function reads the deforestation data from the package
(deforestation_data
), then it transforms their areas from km2 to mt2, it
applies a log
transformation, and finally, it filters out the data with no
deforestation.
.read_data(raw = FALSE)
raw |
A logical. When TRUE, the whole data set is returned. Otherwise, only those registers where deforestation is greater than zero are returned. |
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.