Description Usage Details Value Author(s) References See Also Examples
This function removes (forgets) your credentials (email and password)
to access FlowRepository if they were set using the
setFlowRepositoryCredentials
function. If you set your
credentials based on an external credentials file, this file will
not be affected, only credentials stored internally in your R
session will be removed.
1 |
The credentials are stored locally in an environment within the namespace in the FlowRepositoryR library. Your credentials will be forgotten when you quit your R session.
The return value is not expected to be useful. It is just the the
value of evaluting the credentials assignment expression, which is
typically an object of class character
containing a copy of
the password that was just set.
Josef Spidlen
Spidlen Josef. FlowRepository Resources for Developers.
http://flowrepository.org/developers
1 2 3 4 5 6 7 | ## Let's set credentials
setFlowRepositoryCredentials(
email="boo@gmail.com", password="foo123456")
## Now do some work with FlowRepository...
## ...
## And now let's forget those credentials
forgetFlowRepositoryCredentials()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.