Learn R Programming

sms (version 2.3.1)

check_lexicon: check_lexicon

Description

Check the lexicon data.frame

Usage

check_lexicon(inlex)

Arguments

inlex
A data.frame which will be used a data lexicon for listing the associated data columns.

Examples

Run this code
library(sms)
df=createLexicon()
df=addDataAssociation(df, c("ena","duo"))
check_lexicon(df) 

Run the code above in your browser using DataLab