This function groups the information on height models from the .csv files in the git repository forresheights together in one dataframe.

load_height_models(example_dataset = FALSE)

Arguments

example_dataset

Should a (limited) example dataset be loaded? Defaults to FALSE, loading the whole dataset from the git repository. If TRUE, only height models needed for the example database will be loaded (to be used in the examples).

Value

Dataframe with height model data

Examples

if (FALSE) { # \dontrun{
# example ignored during checks due to high elapsed time
library(forrescalc)
load_height_models()
} # }