R tidyverse reference.
Create a tibble, a modern reimagining of the data frame in R, with better printing, stricter subsetting, and consistent behavior.
tibble(..., .rows = NULL, .name_repair = c('check_unique', 'unique', 'universal', 'minimal'))