Description Usage Arguments Value Examples
Deletes all namespaces in this repository for the current user.
1 | deleteAllNameSpaces(repository, reset = FALSE)
|
repository |
Object of type repository specifying server details and repository to work on. |
reset |
Defaults to FALSE. If TRUE,then the namespaces are reset to the default namespaces of the server. |
An ag delete object that states whether delete was successful or not (invisible)
1 2 3 4 5 6 | ## Not run:
service = service("localhost","user","password")
rep = repository(catalog(service,"root"),"test")
deleteAllNameSpaces(rep,reset = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.