in.varitas.options {varitas} | R Documentation |
Check if a key is in VariTAS options
Description
Check if a key is in VariTAS options
Usage
in.varitas.options(option.name = NULL, varitas.options = NULL,
nesting.character = "\\.")
Arguments
option.name |
String giving name of option (with different levels joined by |
varitas.options |
Ampliseq options as a list. If missing, they will be obtained from |
nesting.character |
String giving Regex pattern of nesting indication string. Defaults to '\.' |
Value
in.options Boolean indicating if the option name exists in the current varitas options
[Package varitas version 0.0.2 Index]