tests/testthat/_snaps/export_table.md

export_table

Code
  export_table(d)
Output
       a |     b
  --------------
    1.30 |    ab
    2.00 |    cd
  543.00 | abcde
Code
  export_table(d, sep = " ", header = "*", digits = 1)
Output
      a     b
  ***********
    1.3    ab
    2.0    cd
  543.0 abcde


Try the insight package in your browser

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

insight documentation built on Nov. 26, 2023, 5:08 p.m.