rciop.getparam {rciop} ====================== Description ----------- Returns the value of the parameter as character Usage ----- .. code-block:: bash rciop.getparam (param) Arguments --------- ``param`` the name of the parameter Details ------- Returns the value defined at job template level for a given parameter name (to retrieve its default value), or defined at workflow level (to override the default value of the jobtemplate). If defined the workflow value has priority over the job template value. Value ----- value of the parameter as character Examples -------- .. code-block:: bash period <- as.numeric(rciop.getparam ("period")) Author ------ Terradue