get_library_info: get_library_info

Description Usage Arguments

View source: R/get_library_info.R

Description

Gets the library information for the workspace server. Workspace server can be connected either by server name or by server url with server port. If none of these connections are provided, default workspace server from API configuration file will be used.

Usage

1
2
3
get_library_info(url, repositoryName = "Foundation", serverName = NULL,
  serverUrl = NULL, serverPort = NULL, libraryName,
  asDataFrame = FALSE)

Arguments

url

URL of the server with installed SAS9API.

repositoryName

Repository name.

serverName

Workspace server name.

serverUrl

Workspace server URL.

serverPort

Workspace server port.

libraryName

Library 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.


anlaytium-group/rsas9api documentation built on Nov. 2, 2019, 1:54 p.m.