This function aimed to remove your EBX credentials previously created using the function SetEBXCredentials.

RemoveEBXCredentials(username)

Arguments

username

username, a character scalar.

Value

Status 0 (zero) ok.

Details

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.

See also