forgetFlowRepositoryCredentials: Forgets credentials (email and password) to login to...

Description Usage Details Value Author(s) References See Also Examples

View source: R/settings.R

Description

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.

Usage

1

Details

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.

Value

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.

Author(s)

Josef Spidlen

References

Spidlen Josef. FlowRepository Resources for Developers.
http://flowrepository.org/developers

See Also

setFlowRepositoryCredentials

Examples

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()

FlowRepositoryR documentation built on Nov. 8, 2020, 7:26 p.m.