# NOT RUN {
# Toy example
raw <- open.animals[c(1:10),-c(1:3)]
# Clean and prepocess data
clean <- textcleaner(raw, partBY = "row", dictionary = "animals")
# Obtain binary data
bin <- clean$binary
# Change column name as an example
colnames(bin)[1] <- "alpaca.ant.antelope"
# De-string
if(interactive())
{convmat <- destr(bin, "alpaca.ant.antelope", ".")}
# }
Run the code above in your browser using DataLab