matchOntology {arealDB} | R Documentation |
Match target terms with an ontology
Description
This function takes a table to replace the values of various columns with harmonised values listed in the project specific gazetteer.
Usage
matchOntology(
table = NULL,
columns = NULL,
dataseries = NULL,
ontology = NULL,
verbose = FALSE,
beep = NULL
)
Arguments
table |
[ |
columns |
[ |
dataseries |
[ |
ontology |
[ |
verbose |
['logical(1)'][logical] |
beep |
[ |
Value
Returns a table that resembles the input table where the target columns were translated according to the provided ontology.