ropensci / skimr

A frictionless, pipeable approach to dealing with summary statistics
https://docs.ropensci.org/skimr
1.11k stars 78 forks source link

Force produce text in R markdown chunk #742

Open jxu opened 5 months ago

jxu commented 5 months ago

skim(iris) produces scrollable tibbles in RStudio R Markdown code. How can I force text output like in console? I tried skim_tee, print, cat, but none of it works. Is it a R chunk option?

image