Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 690 Bytes

File metadata and controls

11 lines (10 loc) · 690 Bytes

data.trame To Do list

  • Separate man pages for the different methods (cbind()/rbind()/rbindlist()) vs merge() vs ...
  • Check [<-, [[, [[<- and $<- and compare data.table vs tibble (for now, it is the data.tables methods that are used)
  • Indicate keys for str()
  • transpose_() that is data.trame-aware
  • Man page for rollup(), cube() and groupinsets() + more tests
  • check split(), as.list(), transform() and within()
  • Implement the tibble methods like bind_cols() and bind_rows()
  • Implement the _ functions similar to dplyr and tidyr.
  • Code for playing nicely with S4 objects for data.trame, including cbind2() and rbind2()