Description Usage Arguments Details Value Examples
It deletes single private dataset specified by name from remote repository using the proper GMQL web service available on a remote server
1 | delete_dataset(url, datasetName)
|
url |
string url of server: It must contain the server address and base url; service name is added automatically |
datasetName |
string name of dataset to delete |
If no error occurs, it prints "Deleted Dataset", otherwise a specific error is printed
None
1 2 3 4 5 6 7 8 9 10 | ## Not run:
## This dataset does not exist
remote_url <- "http://www.gmql.eu/gmql-rest/"
login_gmql(remote_url)
delete_dataset(remote_url, "test1_20170604_180908_RESULT_DS")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.