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.
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.