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)

Example output

| Hi! Type swirl() when you are ready to begin.

$swirl_courses_dir
NULL

$swirl_data_dir
NULL

$swirl_language
NULL

$swirl_logging
NULL

$swirl_is_fun
NULL

swirl documentation built on Jan. 16, 2020, 5:03 p.m.