This function groups the information on height models from the `.xlsx` files in the given folder together in one dataframe.

load_height_models(path_to_height_models)

Arguments

path_to_height_models

path to folder where height models are stored

Value

Dataframe with height model data

Examples

if (FALSE) {
#change path before running
library(forrescalc)
load_height_models("C:/bosreservaten/Hoogtemodellen/")
}