Learn R Programming

googleAuthR (version 2.0.2)

gar_setup_clientid: Check for a client JSON

Description

Check for a client JSON

Usage

gar_setup_clientid(session_user = NULL, client_json = "GAR_CLIENT_JSON")

Value

TRUE is client_id is ready, FALSE if it is not

Arguments

session_user

1 for user level, 2 for project level, leave NULL to be prompted

client_json

The environment argument to be used for client_id/secret

See Also

Other setup functions: gar_setup_auth_check(), gar_setup_auth_key(), gar_setup_edit_renviron(), gar_setup_env_check(), gar_setup_menu(), gar_setup_menu_do()