
Removes an entry from a dictionary
removeDictionaryEntry.Rd
This function removes an existing entry from the given dictionary.
Arguments
- labbcat.url
URL to the LaBB-CAT instance
- manager.id
The layer manager ID of the dictionary, as returned by getDictionaries
- dictionary.id
The ID of the dictionary, as returned by getDictionaries
- key
The key (word) in the dictionary to remove an entry for.
- entry
The value (definition) for the given key, or NULL to remove all entries for the key.
See also
Other dictionary functions:
addDictionaryEntry()
,
addLayerDictionaryEntry()
,
deleteLexicon()
,
getDictionaries()
,
getDictionaryEntries()
,
loadLexicon()
,
removeLayerDictionaryEntry()