move_object: move_object

Description Usage Arguments Examples

View source: R/move_object.R

Description

Moves object.

Usage

1
2
move_object(url, repositoryName = "Foundation", sourceLocation,
  sourceName, publicType, destinationLocation, asDataFrame = FALSE)

Arguments

url

URL of the server with installed SAS9API.

repositoryName

Repository name.

sourceLocation

Object location.

sourceName

Object name.

publicType

Object public type.

destinationLocation

Destination location.

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
move_object(url, sourceLocation = "User Folders/user1",
sourceName = "Library1", publicType = "Library", destinationLocation = "User Folders/user2")

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