powered by
Create a new plain-text username and password credential object
cred_user_pass(username = NULL, password = NULL)
The username of the credential
The password of the credential
A list of class cred_user_pass with entries:
cred_user_pass
Other git credential functions: cred_env, cred_ssh_key, cred_token
cred_env
cred_ssh_key
cred_token
# NOT RUN { ## Create a plain-text username and password credential object cred_user_pass("Random Developer", "SecretPassword") # }
Run the code above in your browser using DataLab