I have been trouble shooting this the past two days at work. I'm new to R (took one online class last month) and have been self-teaching myself everything else. Discovered the Likert Scales and I want to learn how to use them for some of my data at work.
I'm specifically following along this website: https://jakec007.github.io/2021-06-23-R-likert/
But everything I am doing on my computer and all the different times I restart everything, I am continuously getting this message:
Error in likert(Item ~ ., cookie_data, ReferenceZero = 3, ylab = "Question", : unused arguments (ReferenceZero = 3, ylab = "Question", main = list("Cookie Data", x = unit(0.62, "npc")), auto.key = list(columns = 2, reverse.rows = T))
I went over to my boss's computer and ran through the exact same steps on his RStudio, and it worked like a charm.
Why do I keep getting the "unused arguments" message
every time I try to run this on my computer/RStudio?
Tried following the exact steps on the website, restarted RStudio, restarted my whole computer. Cannot get this package to work!