Print options
Usage
# S3 method for class 'GlobalOptionsFun'
print(x, ...)Arguments
- x
The option object returned by
set_opt()orsetGlobalOptions().- ...
Other arguments.
Examples
opt = set_opt(a = 1, b = "b")
opt
#> Option Value
#> ------:-------
#> a 1
#> b b