View source: R/check_data_vegetation.R
check_data_vegetation | R Documentation |
Vegetation
from Fieldmap
database for inconsistenciesThis function retrieves the important fields of table Vegetation
(of all periods) from the given database and
checks for missing data or wrong input.
check_data_vegetation(database, forest_reserve = "all")
database |
name of |
forest_reserve |
name of forest reserve for which the records in the database should be checked (defaults to "all") |
Dataframe with inconsistent data with ID's and additional columns
aberrant_field
(which column is wrong) and anomaly
(what is wrong with
the input)
library(forrescalc)
# (add path to your own fieldmap database here)
path_to_fieldmapdb <-
system.file("example/database/mdb_bosres.sqlite", package = "forrescalc")
check_data_vegetation(path_to_fieldmapdb)
check_data_vegetation(path_to_fieldmapdb, forest_reserve = "Everzwijnbad")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.