Putnam-Lab / Lab_Management

14 stars 7 forks source link

Creating publication-ready tables from any output in R #15

Closed emmastrand closed 3 years ago

emmastrand commented 3 years ago

I have four separate PERMANOVA results outputs I'd like to put into one table in R and export it nicely. Thoughts?

Danielle had previous put this https://www.rdocumentation.org/packages/sjPlot/versions/2.8.6/topics/tab_model page into slack.

daniellembecker commented 3 years ago

Yes, the tab model function has always been helpful for me! You can also combine multiple output tables for it which is nice.

daniellembecker commented 3 years ago

I use it in this script: https://github.com/daniellembecker/Nutrient_sediment_loading_affect_coral_functionality/blob/master/Effect_Sizes/Scripts/effect.sizes.R

you can find the detailed code on line 578-594 if you wanna see :)

emmastrand commented 3 years ago

https://haozhu233.github.io/kableExtra/awesome_table_in_html.html