vincentarelbundock / tinytable

Simple and Customizable Tables in `R`
https://vincentarelbundock.github.io/tinytable
GNU General Public License v3.0
211 stars 18 forks source link

print in Rstudio #212

Closed vincentarelbundock closed 7 months ago

vincentarelbundock commented 7 months ago

options(tinytable_print_output = "markdown") tt(mtcars[1:3, 1:4])