model_exists.Rd
Test if the model exists inside SAS Model Manager
model_exists(session, model, ...)
viya_connection object, obtained through session
function
MMmodel
object, model ID or model name.
additional parameters to be passed to httr::GET
such as httr::add_headers
boolean
if (FALSE) { # \dontrun{
model_exists(sess, model = ModelProj)
} # }