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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.