View source: R/delete_dataset.R
Deletes dataset from defined library. 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.
1 2 3 |
url |
URL of the server with installed SAS9API. |
repositoryName |
Repository name. |
serverName |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.