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