STILL UNDER CONSTRUCTION!!! This function retrieves the important fields of table Trees (and Trees_2eSET) from the given database and checks for lacking data or wrong input.

check_data_trees(database)

Arguments

database

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

Value

Dataframe with inconsistent data (FOR NOW ALL DATA WITH EXTRA COLUMN 'PROBLEM')

Examples

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