Skip to contents

The package requires external data to estimate individual tree DBH (see get_treemap()) and to extract the forest type for a tree list (see get_foresttype()). This is a all-in-one function that downloads all of the external data used by the package.

Usage

get_data(savedir = NULL, force = F)

Arguments

savedir

Optional directory to save data in a new location. Defaults to package contents.

force

Whether to overwrite existing data

Examples

 if (FALSE) { # \dontrun{
 get_data()
 } # }