Quick lesson: How to make tables in MS Word from your data in R

preview_player
Показать описание
Check out my other courses and blog here:

This here is a quick lesson on how to convert data frames from R into tables in Microsoft Word.

Link for converting text to tables in MS Word for Windows:

Interested in full courses on R for Ecologists? Check out this link to find courses and sign up to our email list for updates:

Software versions used in this video:
- Microsoft Word for Mac version 16.44
- R version 4.03
- RStudio version 1.3.1093
Рекомендации по теме
Комментарии
Автор

in the last step, how exactly did you format the table to make it look tht nice? without the tiles and the thicker lines?
Thx!

TheGuaranas
Автор

Defeats the purpose. Should have written an R code to automatically save R tables to word.

MrDrcubed
Автор

Have you found an R solution for cases when you want your exported table to contain values with thousands commas? That is, the table contains numbers like 1000, 3243, and so on. I don't want to manually add 121 thousands commas to this appendix table in my Word document.

I can imagine complicated solutions by reading the exported csv into Excel, then setting cell type to numeric, then exporting again as a csv file that uses slashes instead of commas to separate, and then adding it into MS-Word. But that is a clunky solution.

ProfBoggs
Автор

Hello Sir,
Which libraries are you using to perform your tasks?

harryporterdigitalservices-rm