Get boxr options
This function gets the values of boxr's global options.
boxr_options()
list
, current values of boxr options, with elements:
boxr.interactive
: logical
, indicates if boxr is running in interactive mode.boxr.progress
: logical
, indicates to use progress-bars, if available.boxr.verbose
: logical
, indicates if boxr will use cat()
to print to the console. Setting to TRUE
may cause problems with knitr
.boxr.wd
: list
, containing information on the Box working-directory: id
(numeric)
, and name
(character)
.boxr.wd.path
: character
, path to the Box working-directory.boxr.token
: Object with S3 class Token2.0
(httr::Token2.0
).boxr_token_jwt
: Object with S3 class request
(httr::request
).boxr.print_tibble
: logical
, indicates to print as tibble where available.Options can be set in the usual way, using options()
.