tests/testthat/_snaps/utils-md.md

md_table()

Code
  cat(md_table(mtcars[1:4, 1:4]))
Output
  | mpg | cyl | disp | hp |
  |-----|-----|------|----|
  | 21 | 6 | 160 | 110 |
  | 21 | 6 | 160 | 110 |
  | 22.8 | 4 | 108 | 93 |
  | 21.4 | 6 | 258 | 110 |


Try the btw package in your browser

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

btw documentation built on Nov. 5, 2025, 7:45 p.m.