delete_creds {ottrpal}R Documentation

Delete cached ottrpal credentials

Description

This is a function to delete cached creds and creds in the current environment that were set by ottrpal

Usage

delete_creds(app_name = "all")

Arguments

app_name

which app would you like to delete the creds for? Default is to delete the creds for all.

Value

Cached credentials are deleted and report is given back

Examples

## Not run: 

delete_creds("google")

## End(Not run)

[Package ottrpal version 2.0.0 Index]