| reptTidySyn | R Documentation |
Prints the data frame derived from reptSync or reptSplitCheck in a tidy way.
Optionally, it filters the data frame for species with unresolved nomenclature only.
reptTidySyn(df, filter = NULL)
df |
The data frame derivated from |
filter |
Logical. If |
Invisibly returns NULL. Used for side-effect printing only.
df <- data.frame(
query = c("Genus epithet 1",
"Genus epithet 2",
"Genus epithet 3",
"Genus epithet 4",
"Genus epithet 5"),
RDB = c("Genus epithet 1.1; Genus epithet 1.2",
"Genus epithet 2",
"Genus epithet 3",
"Not found",
"Genus epithet 5.1; Genus epithet 5.2; Genus epithet 5.3"),
status = c("ambiguous",
"updated",
"up_to_date",
"not_found",
"ambiguous"),
stringsAsFactors = FALSE
)
reptTidySyn(df, filter = c("ambiguous", "not_found"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.