if (FALSE) {
# Download the gridded soil map of
# HWSD v2.0 to the temporary directory
ws_download()
# download the same data to a specific
# directory (which should exist)
ws_download(
ws_path = "~/my_path"
)
# download the same data to a specific
# directory (which should exist) and
# update the environmental variable
ws_download(
ws_path = "~/my_path",
verbose = TRUE
)
}
Run the code above in your browser using DataLab