khis_has_cred {khisr} | R Documentation |
Are There Credentials on Hand?
khis_has_cred()
a boolean value indicating if the credentials are available
Other credential functions:
khis_cred()
,
khis_cred_clear()
,
khis_username()
# Set the credentials
khis_cred(username = 'KHIS username', password = 'KHIS password')
# Check if credentials available. Expect TRUE
khis_has_cred()
# Clear credentials
khis_cred_clear()
# Check if credentials available. Expect FALSE
khis_has_cred()