get_key {BrownDog} | R Documentation |
Get Key
Description
Get a key from the BD API gateway to access BD services
Usage
get_key(url, username, password)
Arguments
url |
URL of the BD API gateway |
username |
user name for BrownDog |
password |
password for BrownDog |
Value
BD API key
Examples
## Not run:
get_key("https://bd-api-dev.ncsa.illinois.edu", "your email", "password")
## End(Not run)
[Package BrownDog version 0.2.1 Index]