Description Usage Arguments Value Examples
Gets a list of jobs in VORTX user's account
1 | vortx_joblist(key, archived = "true", unarchived = "true")
|
key |
String. User API Key for VORTX. |
archived |
String Shows archived jobs. Default: 'true' |
unarchived |
String Shows unarchived jobs. Default: 'true' |
DataFrame. Available jobs with their respective Job IDs, name and description.
1 2 3 4 5 6 | ## Not run:
mykey <- '1234567890abcefghijkl'
vortx_joblist(mykey)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.