get_tidysq_options {tidysq}R Documentation

Obtain current state of tidysq options

Description

Subsets all global options to display those related to tidysq package.

Usage

get_tidysq_options()

Details

The user can display value of selected option by calling getOptions(option_name) and set its value with options(option_name = value), where option_name is an option name and value is a value to assign to an option.

Full list of options included in tidysq package is listed below:

Value

A named list with selected option values.

See Also

Functions that display sequence info: sqprint


[Package tidysq version 1.1.3 Index]