View source: R/dtable-bind_order_prune_subset.R
| dtable_prune | R Documentation | 
prune dtable
dtable_prune(
  x,
  rm = NULL,
  keep = NULL,
  info = FALSE,
  info.attr = "info",
  info.unique = TRUE,
  split.unique = TRUE
)
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.unique | 
 store only unique info (if   | 
split.unique | 
 if   | 
remove columns by name or index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.