tidytable {tidytable} | R Documentation |
Constructs a data.table, but one with nice printing features.
tidytable(..., .name_repair = "unique")
... |
A set of name-value pairs |
.name_repair |
Treatment of duplicate names. See |
tidytable(x = 1:3, y = c("a", "a", "b"))