Learn R Programming

crunch (version 1.14.4)

delete: Delete a Crunch object from the server

Description

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

Usage

"delete"(x, ...)
"delete"(x, confirm = requireConsent(), ...)
"delete"(x, ...)
"delete"(x, ...)
"delete"(x, confirm = requireConsent(), ...)
"delete"(x, ...)
"delete"(x, confirm = requireConsent(), ...)

Arguments

x
a Crunch object
...
additional arguments, in the generic
confirm
logical: should the user be asked to confirm deletion. Option available for datasets and teams only. Default is TRUE if in an interactive session. You can avoid the confirmation prompt if you delete with(consent).

See Also

hide deleteDataset