get.option {varitas} | R Documentation |
Helper function to recursively get an VariTAS option
Description
Helper function to recursively get an VariTAS option
Usage
get.option(name, varitas.options = NULL, nesting.character = "\\.")
Arguments
name |
Option name |
varitas.options |
Optional list of options to search in |
nesting.character |
String giving Regex pattern of nesting indication string. Defaults to '\.' |
Value
value Requested option
[Package varitas version 0.0.2 Index]