This function gets the values of boxr's global options.
Value
list, current values of boxr options, with elements:
boxr.interactivelogical, indicates if boxr is running in interactive mode.boxr.progresslogical, indicates to use progress-bars, if available.boxr.verboselogical, indicates if boxr will usecat()to print to the console. Setting toTRUEmay cause problems withknitr.boxr.wdlist, containing information on the Box working-directory:id(numeric), andname(character).boxr.wd.pathcharacter, path to the Box working-directory.boxr.tokenObject with S3 class
Token2.0(httr::Token2.0).boxr_token_jwtObject with S3 class
request(httr::request).boxr.print_tibblelogical, indicates to print as tibble where available.
Details
Options can be set in the usual way, using options().
