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
It seems dplyr somehow evaluates some of the label variables to the column and not the parameter.
The other issue is the stri_c command to define the activity instance clashes if the instance is an int column.
Probably this should be moved to bupaR but this is how I got to the error.
The text was updated successfully, but these errors were encountered:
I don't have the time to make a repex but want to post this so I don't forget.
Debugged down the issue with the function to be a column named
label
.I think it goes wrong here (which is actually in base bupaR):
It seems dplyr somehow evaluates some of the
label
variables to the column and not the parameter.The other issue is the stri_c command to define the activity instance clashes if the instance is an int column.
Probably this should be moved to bupaR but this is how I got to the error.
The text was updated successfully, but these errors were encountered: