boxr_options {boxr} | R Documentation |
Get boxr options
Description
This function gets the values of boxr's global options.
Usage
boxr_options()
Details
Options can be set in the usual way, using options()
.
Value
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 usecat()
to print to the console. Setting toTRUE
may cause problems withknitr
.boxr.wd
list
, containing information on the Box working-directory:id
(numeric)
, andname
(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.
[Package boxr version 0.3.6 Index]