Returns a single module MASmodule object with module and steps information

get_masmodule(session, module, id = NULL, exact = TRUE, ...)

Arguments

session

viya_connection object, obtained through session function

module

MASmodule object, module name. If name, will try to find a single model with exact name match. See exact parameter

id

module id, will replace module parameter if given

exact

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

Value

list with sasctl attribute

Examples


if (FALSE) { # \dontrun{
my_module <- get_masmodule(sess, model = "name")
my_module
} # }