Returns a single sasctl MMProject from SAS Model Manager

get_project(session, project, exact = TRUE, ...)

Arguments

session

viya_connection object, obtained through session function

project

MMproject object, project ID or project name. If name, will try to find a single project with exact name match. See exact parameter

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_project <- get_project(sess, project = ModelProj)

my_project
} # }