isInitial | R Documentation |
Functions for getting information on whether something is located at the beginning or end of a larger structure.
isInitial(seq)
isFinal(seq, length)
seq |
Name of the column containing the sequence value to be taken into account. |
length |
Name of the column containing the maximum sequence value. |
sbc007$tokenDF = addFieldLocal(sbc007$tokenDF, "isPSentInitial", isInitial(pSentOrder)
rez007$tokenDF = addFieldLocal(rez007$tokenDF, "pSentLength", inLength(pSentOrder, isWord = (text != "<0>")), type = "complex", groupField = "pSent")
rez007$tokenDF = addFieldLocal(rez007$tokenDF, "isPSentFinal", isFinal(pSentOrder, pSentLength))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.