I need help. I managed to have r tables in APA style using papaja in r markdown. But I need to merge them into one big table(It is going to be sociodemographics).
Sorry If I am not being clear but my situation is something like
.
It doesn't have to be done through papaja but it looks so simple because I have exact columns but I don't know why r doesn't let me merge them.
If you pass a
listof consistently structureddata.frames,apa_table()will merge them in one of two ways depending on the setting ofmerge_method. The following does what you are looking for, I believe.In Markdown format the results looks as follows.
(
\are non-breaking spaces used to indent the contents of the first column. Note thatmerge_method = "table_spanner"only works in papaja documents.)