Learn R Programming

RObsDat (version 16.03)

Synonym transfer functions: Transfer synonyms

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

exportSynonyms(file) importSynonyms(file)

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.

See Also

getID, addSynonym

Examples

Run this code
exportSynonyms("synonym_table.tab")
importSynonyms("synonym_table.tab")

Run the code above in your browser using DataLab