deleteVariables(dataset, variables = NULL, pattern = NULL, key = namekey(dataset), confirm = requireConsent(), ...)
deleteVariable(dataset, variables = NULL, pattern = NULL, key = namekey(dataset), confirm = requireConsent(), ...)
grep(pattern, aliases(variables(dataset)))
or similar outside this
function.grep
with the
pattern
. Default is "alias"TRUE
if in
an interactive session. You can avoid the confirmation prompt if you delete
with(consent)
.grep
. Likewise deprecated.dataset
with the specified variables deleted
hide