Description Usage Arguments Examples
Use to see if words from two lists co-exist within a sentence. Eg site and tissue type. This function only looks in one sentence for the two terms. This should be ised a
1 | EntityPairs_OneSentence(inputText, list1, list2)
|
inputText |
The relevant pathology text column |
list1 |
First list to refer to |
list2 |
The second list to look for |
1 | # tbb<-EntityPairs_OneSentence(Mypath$Histology,HistolType(),LocationList())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.