View source: R/taxon_id_worms_refine.R
taxon_id_worms_refine | R Documentation |
This internal function provides a refining of the output of function taxon_id_worms. It prints a list of possible matches and possibly enables the user to interactively make his choice.
taxon_id_worms_refine(
input,
taxaColumn = 1,
interaction = FALSE,
choiceNumber = NULL
)
input |
a |
taxaColumn |
a |
interaction |
a |
choiceNumber |
a |
In interactive mode or when the choiceNumber
is NULL
the
output of the function is a tibble
with the refinement of the
input, else the function simply returns the unchanged input.
Alessandro Oggioni, phD (2021) oggioni.a@irea.cnr.it
Paolo Tagliolato, PhD (2021) tagliolato.p@irea.cnr.it
dplyrRReLTER
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.