edit_matches | R Documentation |
Allows the user to match concepts with an already existing ontology, without actually writing into the ontology, but instead storing the resulting matching table as csv.
edit_matches(
new,
target = NULL,
source = NULL,
ontology = NULL,
matchDir = NULL,
verbose = TRUE,
beep = NULL
)
new |
|
target |
|
source |
|
ontology |
|
matchDir |
|
verbose |
|
beep |
|
In order to match new concepts into an already existing ontology, it
may become necessary to carry out manual matches of the new concepts with
already harmonised concepts, for example, when the new concepts are
described with terms that are not yet in the ontology. This function puts
together a table, in which the user would edit matches by hand. Whith the
argument verbose = TRUE
, detailed information about the edit process
are shown to the user. After defining matches, and even if not all
necessary matches are finished, the function stores a specific "matching
table" with the name match_SOURCE.csv in the respective directory
(matchDir
), from where work can be picked up and continued at
another time.
Fuzzy matching is carried out and matches with 0, 1 or 2 differing charcters are presented in a respective column.
A table that contains all new matches, or if none of the new concepts weren't already in the ontology, a table of the already sucessful matches.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.