swirl_options: Get swirl options

Description Usage Arguments Examples

View source: R/options.R

Description

This function is a wrapper for options() that allows the user to see the state of how certain options for swirl are set up.

Usage

1

Arguments

...

any options can be defined, using name = value.

Examples

1
2
3
4
5
6
7
8
## Not run: 
# See current current swirl options
swirl_options()

# Set an option
swirl_options(swirl_logging = TRUE)

## End(Not run)

swirldev/swirl documentation built on Jan. 17, 2020, 6:28 p.m.