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
Hi, I've just noticed a wee error in the get_taxa function. On line 73:
output <- do.call(rbind.data.frame, output)
It can't cope when multiple EcolGroups are listed (or multiple anything, but there only seems to be multiple ecol groups).
I've written a fix that just pastes multiple EcolGroups together into one string separated by an underscore (not sure if this is the most helpful for users?), but it works at least:
Hi, I've just noticed a wee error in the get_taxa function. On line 73:
output <- do.call(rbind.data.frame, output)
It can't cope when multiple EcolGroups are listed (or multiple anything, but there only seems to be multiple ecol groups).
I've written a fix that just pastes multiple EcolGroups together into one string separated by an underscore (not sure if this is the most helpful for users?), but it works at least:
Cheers, Hannah
The text was updated successfully, but these errors were encountered: