Learn R Programming

BrownDog (version 0.2.1)

get_output_formats: Get input format.

Description

Check Brown Dog Service for available output formats for the given input format.

Usage

get_output_formats(url, inputformat, token)

Arguments

url

The URL to the Brown Dog server to use.

inputformat

The format of the input file.

token

Brown Dog access token

Value

: A string array of reachable output format extensions.

Examples

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

Run the code above in your browser using DataLab