Learn R Programming

BrownDog (version 0.2.1)

get_key: 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

Run this code
# NOT RUN {
get_key("https://bd-api-dev.ncsa.illinois.edu", "your email", "password")
# }

Run the code above in your browser using DataLab