khis_username {khisr} | R Documentation |
Produces the Configured Username
khis_username()
the username of the user credentials
Other credential functions:
khis_cred()
,
khis_cred_clear()
,
khis_has_cred()
# Set the credentials
khis_cred(username = 'KHIS username', password = 'KHIS password')
# View the username expect 'KHIS username'
khis_username()
# Clear credentials
khis_cred_clear()
# View the username expect 'NULL'
khis_username()