dtable_prune: prune dtable

View source: R/dtable-bind_order_prune_subset.R

dtable_pruneR Documentation

prune dtable

Description

prune dtable

Usage

dtable_prune(
  x,
  rm = NULL,
  keep = NULL,
  info = FALSE,
  info.attr = "info",
  info.unique = TRUE,
  split.unique = TRUE
)

Arguments

x

object

rm

index or variable name to remove

keep

index or variable name to keep (specify this or 'rm' and not both)

info

store the discarded information in attributes?

info.attr

name of attribute to store discarded info (if info = TRUE)

info.unique

store only unique info (if info = TRUE)

split.unique

if unique.info = TRUE, also split into individual sentences before determining uniqueness?

Details

remove columns by name or index


renlund/descripteur documentation built on Sept. 24, 2023, 7:07 p.m.