khis_username {khisr}R Documentation

Produces the Configured Username

Description

Produces the Configured Username

Usage

khis_username()

Value

the username of the user credentials

See Also

Other credential functions: khis_cred(), khis_cred_clear(), khis_has_cred()

Examples


# 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()

[Package khisr version 1.0.2 Index]