get_client.Rd
Returns a single sasctl MMclient
from SAS Model Manager
get_client(session, client, ...)
viya_connection object, obtained through session
function
sasClient
object or client ID.
additional parameters to be passed to httr::GET
such as httr::add_headers
list
with sasctl attribute
if (FALSE) { # \dontrun{
my_client <- get_client(sess, client = ModelProj)
my_client
} # }