You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both functions fail when y contains a white space. This is because of some things like eval(parse(text = paste0("data$", y, ......, which occur at many places in the code. One could do paste0("data[[\"", y, "\"]]", ...... instead.
The text was updated successfully, but these errors were encountered:
Hello,
Both functions fail when
y
contains a white space. This is because of some things likeeval(parse(text = paste0("data$", y, ......
, which occur at many places in the code. One could dopaste0("data[[\"", y, "\"]]", ......
instead.The text was updated successfully, but these errors were encountered: