box_auth_on_attach: Authenticate to Box (interactive) automatically

Description Usage Arguments Value Note See Also

View source: R/boxr_auth.R

Description

Deprecated lifecycle

This function is deprecated, and may be removed at the next release.

This function saves you the effort of typing box_auth() after the package loads. Executing box_auth_on_attach(TRUE) will mean that boxr will automatically attempt to authorize itself when 'attached' (e.g. library(boxr)), using the credentials from the current session.

Usage

1
box_auth_on_attach(auth_on_attach = FALSE)

Arguments

auth_on_attach

logical, indicates if boxr should authenticate as soon as it's loaded.

Value

Invisible NULL, called for side effects.

Note

This is provided for convenience, but it's a bad idea to use, if:

See Also

box_auth()


boxr documentation built on Jan. 19, 2021, 5:06 p.m.