get_dataset_info: get_dataset_info

Description Usage Arguments

View source: R/get_dataset_info.R

Description

Gets the dataset information by defined library name and dataset name. 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
get_dataset_info(url, serverName = NULL, serverUrl = NULL,
  serverPort = NULL, libraryName, datasetName, asDataFrame = FALSE)

Arguments

url

URL of the server with installed SAS9API.

serverName

Workspace server name.

serverUrl

Workspace server URL.

serverPort

Workspace server port.

libraryName

Library name.

datasetName

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