Description Usage Arguments Examples
View source: R/create_library.R
Creates library at a given server with the given library name and parameters.
1 2 3 | create_library(url, repositoryName = "Foundation", serverName = NULL,
libraryName, engine, displayName, path, location, isPreassigned,
asDataFrame = FALSE)
|
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. |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.