microViz icon indicating copy to clipboard operation
microViz copied to clipboard

example of tax_mutate for regex-based pre-cleaning of tax_table before tax_fix

Open david-barnett opened this issue 2 years ago • 0 comments

ps %>% tax_mutate(across(everything(), ~ gsub("^.__uncultured_.+$", "", .))) %>% tax_fix()

example thanks to Valentina

david-barnett avatar Nov 25 '22 14:11 david-barnett