check_lexicon {sms} | R Documentation |
Check the lexicon data.frame
check_lexicon(inlex)
inlex |
A data.frame which will be used a data lexicon for listing the associated data columns. |
Dimitris Kavroudakis dimitris123@gmail.com
library(sms)
df=createLexicon()
df=addDataAssociation(df, c("ena","duo"))
check_lexicon(df)