load_data | R Documentation |
load_data()
can be used to quickly load input data (e.g. subnational
statistics, maps and mappings). This can be useful to quickly inspect the
statistics or visualize a map. Data can only be loaded after data has been
created by running the pre-processing steps. See details for allowed input.
load_data(data, param, local = FALSE, mess = TRUE)
data |
character vector that refers to the data that is loaded. See details for allowed input. |
param |
Object of type |
local |
logical; should the data be loaded into the global ( |
mess |
logical; should a message be printed to the screen that indicates which dataset is loaded? |
The following inputs are allowed:
adm_list:
adm_map:
adm_map_r:
cl_mean:
cl_max:
cl_rank:
ia_max:
ia_rank:
gaez2crop:
gaez_replace:
grid:
gia:
gmia:
pop:
acc:
urb:
simu:
simu_r:
ha:
ps:
ci:
price:
dm2fm:
crop2globiom:
faostat2crop:
results:
load_data(c("ha", "adm_map"), param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.