in.varitas.options: Check if a key is in VariTAS options

Description Usage Arguments Value

View source: R/in.varitas.options.R

Description

Check if a key is in VariTAS options

Usage

1
2
in.varitas.options(option.name = NULL, varitas.options = NULL,
  nesting.character = "\\.")

Arguments

option.name

String giving name of option (with different levels joined by nesting.character)

varitas.options

Ampliseq options as a list. If missing, they will be obtained from get.varitas.options()

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


varitas documentation built on Nov. 14, 2020, 1:07 a.m.