Description Usage Arguments Value Examples
View source: R/qstat_functions.R
Interface for checking job status of dismod jobs running on the cluster. Allows for in-depth progress reports for specific models if desired
1 | qstat_dismod(username = user, model_version_id = NA)
|
username |
uuw net id of modeler running DisMod |
model_version_id |
unique MVID of the model to check progress. Default is NA, so will report total jobs running for each model that the modeler is running. If model_version_id is supplied, returns an in-depth summary of the jobs running for each location and the progress made. |
data.table summarizing dismod jobs
1 2 | qstat_dismod(username = "shadew", model_version_id = 123456)
qstat_dismod(username = "shadew")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.