Skip to contents

Returns the current session settings for ksTFL as a named list. These are the effective values used when building specs and rendering documents.

Usage

tfl_get_options()

Value

A named list representing the current ksTFL options.

Details

The returned object is the internal settings list stored in the package environment. Modifying the returned object will not change package state; use tfl_set_options() to update settings for the current session.

Examples

if (FALSE) { # \dontrun{
# Inspect all current settings
tfl_get_options()
} # }