# 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
# Finalize mat1
mat1 <- finalize(bin)
# }
Run the code above in your browser using DataLab