View source: R/submit.workflow.xml.R
submit.workflow.xml | R Documentation |
Submit an XML file as a PEcAn workflow.
Hits the POST /api/workflows/
API endpoint
submit.workflow.xml(server, xmlFile)
server |
Server object obtained using the connect() function |
xmlFile |
XML file containing the workflow configurations |
Response obtained from the POST /api/workflow/
endpoint
Tezan Sahu
server <- connect(url="http://pecan.localhost:80", username="carya", password="illinois")
res <- submit.workflow.xml(server, "api.sipnet.xml")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.