Learn R Programming

RObsDat (version 14.04)

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. Transfering 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 is 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