HI all,
I am a newbie and having this problem:
mcs$maths <- recode(mcs$mths, "1='1. Strongly Disagree';2='2. Disagree';3='3. Agree';4='4.
+ Strongly Agree'")
Error: Argument 2 must be named, not unnamed.
Run `rlang::last_error()` to see where the error occurred.
I'm sure it's something easy, but I can't figure it out. Can anyone help?