cred_user_pass | R Documentation |
Create a new plain-text username and password credential object
cred_user_pass(username = NULL, password = NULL)
username |
The username of the credential |
password |
The password of the credential. If getPass is installed
and the only input is username, |
A list of class cred_user_pass
with entries:
The username of the credential
The password of the credential
Other git credential functions:
cred_env()
,
cred_ssh_key()
,
cred_token()
## Not run:
## Create a plain-text username and password credential object
cred_user_pass("Random Developer", "SecretPassword")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.