tests/testthat/_snaps/type-data-table.md

data table has formatting methods

Code
  dt <- data.table(x = 1, y = 2, z = 3)
  vec_ptype_abbr(dt)
Output
  [1] "dt[,3]"
Code
  vec_ptype_full(dt)
Output
  [1] "data.table<\n  x: double\n  y: double\n  z: double\n>"


Try the vctrs package in your browser

Any scripts or data that you put into this service are public.

vctrs documentation built on May 29, 2024, 11:39 a.m.