tests/testthat/_snaps/ptype-abbr-full.md

data.frames have good default abbr and full methods

Code
  df <- foobar(data.frame(x = 1, y = "", z = TRUE))
  vec_ptype_abbr(df)
Output
  [1] "vctrs_fb[,3]"
Code
  vec_ptype_full(df)
Output
  [1] "vctrs_foobar<\n  x: double\n  y: character\n  z: logical\n>"


Try the vctrs package in your browser

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

vctrs documentation built on Oct. 13, 2023, 1:05 a.m.