This function queries the given database to retrieve additional data on shoots to use with dendrometry data.

load_data_shoots(database)

Arguments

database

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

Value

Dataframe with shoot data

Examples

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