pageDT: page through a data.table by key

Description Usage Arguments Note Author(s) See Also Examples

View source: R/pageDT.R

Description

page through a data.table by key

Usage

1
pageDT(x, by = key(x))

Arguments

x

data.table

by

character containing column names of x that should be paged through

pageDT allows the user to interacitvely page through a data.table stepping through by the values of a key.

The commands generally follow those of browser n - next key Q - quit

Note

TODO

Author(s)

Christopher Brown

See Also

browser readline

Examples

1
2
3
4
5
6
7
8
  
  ## Not run:  
 #  data(iris) 
 #   setDT( iris )
 #   setkey( iris, Species )
 #   pageDT( iris ) 
  
## End(Not run)

decisionpatterns/data.table.plus documentation built on June 15, 2020, 10:26 p.m.