quick_rename | R Documentation |
This function allow the user to change the wrong taxa names according to the deault reference databases implemented in biomonitoR
.
quick_rename(x, group = "mi", write_table = FALSE)
x |
a data.frame as specified in details |
group |
biotic group of interest. Possible values are |
write_table |
if TRUE |
data.frame must have a column called "Taxa" where put species, genus or family names. See data(macro_ex) for an example dataset.
The function quick_rename()
will suggest correct name while allowing the user to insert a name (Enter taxon name).
asBiomonitor
data(macro_ex)
macro_ex_mod <- quick_rename(macro_ex, group = "mi")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.