Deleting requires confirmation. In an interactive session, you will be asked
to confirm. To avoid that prompt, or to delete variables from a
non-interactive session, wrap the call in with_consent
to give
your permission to delete.
deleteVariables(dataset, variables)deleteVariable(dataset, variables)
the Dataset to modify
aliases (following crunch.namekey.dataset
) or indices
of variables to delete.
(invisibly) dataset
with the specified variables deleted