get_masmodule.Rd
Returns a single module MASmodule
object with module and steps information
get_masmodule(session, module, id = NULL, exact = TRUE, ...)
viya_connection object, obtained through session
function
MASmodule
object, module name. If name, will try to find a single model with exact name match. See exact
parameter
module id, will replace module
parameter if given
the filter query should use "contains" for partial match or "eq" for exact match
additional parameters to be passed to httr::GET
such as httr::add_headers
list
with sasctl attribute
if (FALSE) { # \dontrun{
my_module <- get_masmodule(sess, model = "name")
my_module
} # }