Description Usage Arguments Value Examples
This maps terms in the text replaces them with the standardised term (mapped in the lexicon file) within the text. It is used within the textPrep function.
1 | DictionaryInPlaceReplace(inputString, list)
|
inputString |
the input string |
list |
The replacing list |
This returns a character vector
1 | inputText<-DictionaryInPlaceReplace(TheOGDReportFinal$OGDReportWhole,LocationList())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.