Automatic printing of data.frames in R Markdown #386
davidgohel
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since version
0.6.10
it is possible to use flextable to render data.frame as flextable in R Markdown document.All options are documented here:
https://ardata-fr.github.io/flextable-book/rendering.html#automatic-printing-of-data.frame-as-flextable
The easy way is to add a call to
use_df_printer()
from a knitr chunk:Then all data.frame will be printed as:
Beta Was this translation helpful? Give feedback.
All reactions