RemoveEBXCredentials.Rd
This function aimed to remove your EBX credentials previously
created using the function SetEBXCredentials
.
RemoveEBXCredentials(username)
username | username, a character scalar. |
---|
Status 0 (zero) ok.
When you run the function RemoveEBXCredentials()
will open
a box to type your password twice. This function tries to guess your username
using the variable stored in the system, Sys.getenv('USERNAME'). Otherwise,
you can provide your username by the argument username
.