Hi,
Thanks for your reply! I've been trying all morning to get a reproducible dataset, but my code
datapasta::df_paste(head(myotutable, 5)[,c('OTU', 'Phyla', 'Class', 'Order', 'Family', 'Genus', 'Species', 'Confidence', 'Gak 1 - Bottom', 'Gak 1 - DCM', 'Gak 1 - PC', 'Gak 1 - surface', 'Gak 11 - Bottom', 'Gak 11 - DCM')])
Keeps giving the error "Error in [.data.frame(head(myotutable, 5), , c("OTU", "Phyla", "Class", :
undefined columns selected".
The code
dput(head(myotutable, 1)[c("OTU", "Phyla", "Class", "Order", "Family", "Genus", "Species", "Confidence", "Gak 1 - Bottom", "Gak 1 - DCM", "Gak 1 - PC", "Gak 1 - surface", "Gak 11 - Bottom", "Gak 11 - DCM"),])
provides a response, but it does not contain any datapoints and is too long to be usable here. I'm hoping to provide a reprex to help my main problem but this code is proving difficult.

Thanks for your help!