-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Copy and paste of error from your R console
Error in sort(c(names.ind, names(multi.word)[ind6])) :
object 'names.ind' not found
To Reproduce:
- Function error occurred in:
- clean <- textcleaner(data = my.data, 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: [your GitHub username] using this template
R, SemNetCleaner, and SemNetDictionaries versions:
- R: 4.2.1
- SemNetCleaner: 1.3.4
- SemNetDictionaries: 0.2.0
Operating System:
- OS: Mac
- Version: Darwin Kernel Version 23.6.0 (MacOS: Sonoma 14.6.1)
Additional context and comments
- I tried to format my.data in different ways. Right now, the data sheet has two columns: participants' ID and VF (including all the words the participants produced separated by space). I tried formatting the VF column into a group of words separated by commas or periods; I also tried to have each word in a separate column. None of these ways works. They all result in the same error.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working