View source: R/arg_list_handler.R
arg_list_handler | R Documentation |
Infer whether the argument should be applied to all loci or matched by index.
arg_list_handler(arg, i, loci, use_names = FALSE, error = TRUE)
arg |
Name of the argument to evaluate. |
i |
Iterator index. |
loci |
A vector of loci that are being iterated over. |
use_names |
Whether to identify locus-specific value by name instead of index. |
error |
Throw an error ( |
Selected argument value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.