Error in customMenu(choices = choices, title = title, default = default) :
object 'word' not found
To Reproduce:
AnimalsClean <- textcleaner(data = AnimalsRaw[, -c(1:2)], miss = 99,
partBY = "row", dictionary = "animals")
Optional (but extremely helpful): Attach data to issue or send data to alexpaulchristensen@gmail.com with the subject lineSemNA Data: [Username]using this template
R, SemNetCleaner, and SemNetDictionaries versions:
R version 4.3.0 (2023-04-21 ucrt)
SemNetCleaner: 1.3.4
SemNetDictionaries: 0.2.0
Operating System:
OS: Windows
Version: 10 x64 build 19045
Additional context and comments
I am not a seasoned R pro, I have a basic understanding and can amend and run most simple scripts, but I do not have an in-depth understanding of R or any kind of computing language.
Copy and paste of error from your R console
To Reproduce: AnimalsClean <- textcleaner(data = AnimalsRaw[, -c(1:2)], miss = 99, partBY = "row", dictionary = "animals")
Optional (but extremely helpful): Attach data to issue or send data to alexpaulchristensen@gmail.com with the subject line SemNA Data: [Username] using this template
R, SemNetCleaner, and SemNetDictionaries versions:
Operating System:
Additional context and comments I am not a seasoned R pro, I have a basic understanding and can amend and run most simple scripts, but I do not have an in-depth understanding of R or any kind of computing language.