Skip to contents

Shows server credentials saved in environment variables and .Renviron.

Usage

check_credentials(verbose = FALSE)

Arguments

verbose

Logical. If TRUE, function returns logical regarding validity of credentials. If FALSE, function simply prints information about validity to the console.

Value

If verbose = FALSE (default), side-effect of message printed to the console. If verbose = TRUE, logical: TRUE if credentials valid; FALSE otherwise.