Good day,
When trying to run the cl for importing QIIME2 outputs into R using the tutorial on the forum, I get this error message
taxtable<-taxonomy$data %>% as.tibble() %>% separate(Taxon, sep=";", c(“Kingdom”,“Phylum”,“Class”,“Order”,“Family”,“Genus”,“Species”))
Error in taxonomy$data %>% as.tibble() %>% separate(Taxon, sep = “;”, :
could not find function “%>%”
IS there a package I may be missing that would lead to this error message? Any advice is much welcomed.
After loading the purr package now I’m getting this error
taxtable<-taxonomy$data %>% as.tibble() %>% separate(Taxon,sep="; ", c(“Kingdom”,“Phylum”,“Class”,“Order”,“Family”,“Genus”,“Species”))
Error in separate(., Taxon, sep = "; ", c(“Kingdom”, “Phylum”, “Class”, :
could not find function “separate”
Cheers
nyflo