tests/testthat/_snaps/display.md

display, matrix

Code
  as.character(display(mdat))
Output
  [1] "|     | C.1| C.2| C.3|" "|:----|---:|---:|---:|" "|row1 |   1|   2|   3|"
  [4] "|row2 |  11|  12|  13|"
Code
  as.character(print_md(mdat))
Output
  [1] "|     | C.1| C.2| C.3|" "|:----|---:|---:|---:|" "|row1 |   1|   2|   3|"
  [4] "|row2 |  11|  12|  13|"


easystats/insight documentation built on April 13, 2025, 8:38 a.m.