Skip to contents

Print options

Usage

# S3 method for class 'GlobalOptionsFun'
print(x, ...)

Arguments

x

The option object returned by set_opt() or setGlobalOptions().

...

Other arguments.

Examples

opt = set_opt(a = 1, b = "b")
opt
#>  Option Value
#>  ------:-------
#>  a      1    
#>  b      b