View source: R/get_workspace_server_config.R
Gets the workspace server information and its connections from the metadata server by server name.
1 2 | get_workspace_server_config(url, repositoryName = "Foundation",
serverName = NULL, asDataFrame = FALSE)
|
url |
URL of the server with installed SAS9API. |
repositoryName |
Repository name. |
serverName |
Server name. |
asDataFrame |
logical. Determines the content of the response returned by the function. If FALSE, the function will return full JSON response. If TRUE, the function will return only payload part of the response transformed into a dataframe. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.