powered by
Constructs a data.table, but one with nice printing features.
tidytable(..., .name_repair = "unique")
A set of name-value pairs
Treatment of duplicate names. See ?vctrs::vec_as_names for options/details.
?vctrs::vec_as_names
tidytable(x = 1:3, y = c("a", "a", "b"))
Run the code above in your browser using DataLab