get_output_formats {BrownDog} | R Documentation |
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
## 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)
## End(Not run)
[Package BrownDog version 0.2.1 Index]