check_credentials: Check that server credentials are valid

View source: R/authenticate.R

check_credentialsR Documentation

Check that server credentials are valid

Description

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.


arthur-shaw/susoapi documentation built on Feb. 10, 2023, 7:47 p.m.