Delete your ixplorer credentials

delete_credentials(instance = "current")

Arguments

instance

an instance from ixplorer such as "prueba" or "masterclass"

Value

Delete credentials saved by add_token()

Details

Delete the credentials saved by add_token() in your computer. This can be useful when you are using the ixplorer package on a shared computer or any other case you don't want to keep the credentials stored

Examples

if (FALSE) {
delete_credentials("masterclass")
}