ampvis2 icon indicating copy to clipboard operation
ampvis2 copied to clipboard

How to `group_by` in `use amp_frequency`

Open bernt-matthias opened this issue 5 months ago • 2 comments

I'm trying

data("AalborgWWTPs")
amp_frequency(AalborgWWTPs, group_by = "Plant")

but I get:

Error in apply(data$metadata[, group_by], 1, paste, collapse = " ") : 
  dim(X) must have a positive length

bernt-matthias avatar Jan 22 '24 20:01 bernt-matthias