View source: R/submit.workflows.csv.R
submit.workflows.csv | R Documentation |
Submits a bunch of PEcAn workflows, the details of which are mentioned in CSV format (Currently works for SIPNET models) CSV Template: Columns: model revision met site_id pft start_date end_date sensitivity ensemble comment Each row corresponds to one workflow to be submitted
submit.workflows.csv(server, csvFile)
server |
Server object obtained using the connect() function |
csvFile |
CSV file containing the list of all workflow configurations to be submitted |
Response obtained from the POST /api/workflow/
endpoint
Tezan Sahu
server <- connect(url="http://pecan.localhost:80", username="carya", password="illinois")
res <- submit.workflows.csv(server, "default_tests.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.