Learn R Programming

geeLite (version 1.0.6)

drive_auth_ready: Check and Initialize Google Drive Authentication

Description

Checks for an existing token in the specified cache path.

Usage

drive_auth_ready(
  email = NULL,
  cache_path = NULL,
  interactive_fallback = interactive()
)

Arguments

email

[optional] (character) Email to target.

cache_path

[optional] (character) Directory to search for tokens.

interactive_fallback

[optional] (logical) Allow interactive auth.