Description Usage Arguments Examples
Provides term mapping and extraction in one. Standardises any term according to a mapping lexicon provided and then extracts the term. Thus is different to the DictionaryInPlaceReplace in that it provides a new column with the extracted terms as opposed to changing it in place
1 | ExtrapolatefromDictionary(inputString, list)
|
inputString |
The text string to process |
list |
of words to iterate through |
1 2 3 4 5 | #Firstly we extract histology from the raw report
# The function then standardises the histology terms through a series of
# regular expressions and then extracts the type of tissue
Mypath$Tissue<-ExtrapolatefromDictionary(Mypath$Histology,HistolType())
rm(MypathExtraction)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.