get_project.RdReturns a single sasctl MMProject from SAS Model Manager
get_project(session, project, exact = TRUE, ...)viya_connection object, obtained through session function
MMproject object, project ID or project name. If name, will try to find a single project with exact name match. See exact parameter
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_project <- get_project(sess, project = ModelProj)
my_project
} # }