Test if the model exists inside SAS Model Manager

model_exists(session, model, ...)

Arguments

session

viya_connection object, obtained through session function

model

MMmodel object, model ID or model name.

...

additional parameters to be passed to httr::GET such as httr::add_headers

Value

boolean

Examples


if (FALSE) { # \dontrun{
model_exists(sess, model = ModelProj)
} # }