Learn R Programming

boxr (version 0.3.3)

box_auth_on_attach: Authenticate box.com account automatically

Description

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

box_auth_on_attach(auth_on_attach = FALSE)

Arguments

auth_on_attach
Should boxr try and connect to your account when attached? logical

Value

Nothing; invoked for it's side effect.

See Also

box_auth