using_option {ami} | R Documentation |
Determine whether a global option is being used
Description
Determine whether a global option is being used
Usage
using_option(x, value = NULL)
Arguments
x |
Option name |
value |
Optional value to compare against |
Value
A logical value
Examples
using_option("width")
using_option("boot.parallel", value = "multicore")
[Package ami version 0.1.1 Index]