This function queries the given database to retrieve additional data on plots to save in forresdat and link with the datasets that are saved there.

load_plotinfo(database)

Arguments

database

name of fieldmap/access database (with specific fieldmap structure) including path

Value

Dataframe with columns plot_id, plottype and forest_reserve

Examples

if (FALSE) {
#change path before running
library(forrescalc)
load_plotinfo("C:/MDB_BOSRES_selectieEls/FieldMapData_MDB_BOSRES_selectieEls.accdb")
}