exportSynonyms: Transfer synonyms

Description Usage Arguments Value Author(s) See Also Examples

View source: R/exportSynonyms.R

Description

Functions that allow to transfer synonyms from one database to another. This may be useful because the synonyms include quite a bit of manual matching on large datasets. Transferring those allows to reconstruct a database from source file more easily.

Usage

1
2

Arguments

file

File name for export and import

Value

Used for the side effect of creating/importing a file. The file includes the columns phrase, table and key.

Author(s)

Dominik Reusser

See Also

getID, addSynonym

Examples

1
2
exportSynonyms("synonym_table.tab")
importSynonyms("synonym_table.tab")

RObsDat documentation built on May 29, 2017, 12:07 p.m.