delete | R Documentation |
Remove an object
delete(x, ...) ## S3 method for class 'node' delete( x, completely = FALSE, cache = FALSE | completely, persistency = FALSE | completely, value = FALSE | completely, ... )
x |
node object or an id (character) |
completely |
logical; all bellow? |
cache |
logical; remove all cache related to the object? |
persistency |
logical; remove persistency metadata? |
value |
logical; remove target data? |
delete methods can only return TRUE or raise error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.