Learn R Programming

tidytable (version 0.7.1)

tidytable: Build a data.table/tidytable

Description

Constructs a data.table, but one with nice printing features.

Usage

tidytable(
  ...,
  .name_repair = c("check_unique", "unique", "universal", "minimal")
)

Arguments

...

A set of name-value pairs

.name_repair

Treatment of duplicate names. See ?vctrs::vec_as_names for options/details.

Examples

Run this code
# NOT RUN {
tidytable(x = 1:3, y = c("a", "a", "b"))
# }

Run the code above in your browser using DataLab