Mappings by Plataforma CIPÓ
on environmental crimes. Each dataset available is a spreadsheet
pertaining to a different aspect of environmental crimes, namely: the
Brazilian institutions and organization involved in their prevention
(the "brazilian_actors"
dataset); the international
agreements, treaties and conventions related to the subject (the
"international_cooperation"
dataset); and the arrangements
regarding forest governance (the "forest_governance"
dataset).
Options:
"brazilian_actors"
: mapping of Brazilian actors
involved in preventing environmental crimes."international_cooperation"
: mapping of international
agreements, treaties and conventions."forest_governance"
: mapping of forest governance
arrangements.TRUE
: if you want the data as it is originally.FALSE
: if you want the treated version of the
data.Examples:
# download the spreacdsheet on Brazilian actors involved in fighting environmental crimes
<- load_cipo(dataset = "brazilian_actors")
brazilian_actors
# searching only for entries containing IBAMA
<- load_cipo(dataset = "brazilian_actors",
actors_ibama search = "ibama")
# entries containing IBAMA or FUNAI
<- load_cipo(dataset = "brazilian_actors",
actors_ibama search = "ibama|funai")