tidytable {tidytable} | R Documentation |
Build a data.table/tidytable
Description
Constructs a data.table, but one with nice printing features.
Usage
tidytable(..., .name_repair = "unique")
Arguments
... |
A set of name-value pairs |
.name_repair |
Treatment of duplicate names. See |
Examples
tidytable(x = 1:3, y = c("a", "a", "b"))
[Package tidytable version 0.11.1 Index]