create_library: create_library

Description Usage Arguments Examples

View source: R/create_library.R

Description

Creates library at a given server with the given library name and parameters.

Usage

1
2
3
create_library(url, repositoryName = "Foundation", serverName = NULL,
  libraryName, engine, displayName, path, location, isPreassigned,
  asDataFrame = FALSE)

Arguments

url

URL of the server with installed SAS9API.

repositoryName

Repository name.

serverName

Server name.

libraryName

Library name.

engine

Library engine.

displayName

Display name.

path

Library data path.

location

Folder to place metadata object in.

isPreassigned

logical. TRUE if created library should be preassigned

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.

Examples

1
2
3
create_library(url, serverName, libraryName = "new_lib_1",
engine = "V9", displayName = "New Library 1", path = "/pub/portal/data",
location = "/User Folders/User1", isPreassigned = TRUE)

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