These methods delete entities, notably Datasets and Variables within them, from the server. This action is permanent and cannot be undone, so it should not be done lightly. Consider instead using archive for datasets and hide for variables.

delete(x, ...)

# S4 method for class 'CrunchDataset'
delete(x, ...)

# S4 method for class 'DatasetTuple'
delete(x, ...)

# S4 method for class 'CrunchDeck'
delete(x, ...)

# S4 method for class 'CrunchSlide'
delete(x, ...)

# S4 method for class 'Multitable'
delete(x, ...)

# S4 method for class 'CrunchTeam'
delete(x, ...)

# S4 method for class 'CrunchVariable'
delete(x, ...)

# S4 method for class 'VariableTuple'
delete(x, ...)

# S4 method for class 'ShojiFolder'
delete(x, ...)

# S4 method for class 'ShojiTuple'
delete(x, ...)

# S4 method for class 'ShojiObject'
delete(x, ...)

# S4 method for class 'ANY'
delete(x, ...)

Arguments

x

a Crunch object

...

additional arguments, generally ignored

Details

Deleting requires confirmation. In an interactive session, you will be asked to confirm. To avoid that prompt, or to delete objects from a non-interactive session, wrap the call in with_consent() to give your permission to delete.