swirl (version 2.4.5)

swirl_options: Get swirl options

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

swirl_options(...)

Arguments

...

any options can be defined, using name = value.

Examples

Run this code
# NOT RUN {
# See current current swirl options
swirl_options()

# Set an option
swirl_options(swirl_logging = TRUE)
# }

Run the code above in your browser using DataCamp Workspace