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
I tried to join to ws_monitor objects, one which had a monitorID column with all NA and another which did not have that monitorID column. I got this error:
Error in if (ncol(data) == 1) { : argument is of length zero
The current workaround is to monitor_subset(dropMonitors = TRUE) before joining. But monitor_join() should be able to handle this.
The text was updated successfully, but these errors were encountered:
I tried to join to ws_monitor objects, one which had a monitorID column with all NA and another which did not have that monitorID column. I got this error:
The current workaround is to
monitor_subset(dropMonitors = TRUE)
before joining. Butmonitor_join()
should be able to handle this.The text was updated successfully, but these errors were encountered: