Would anyone have a good resource handy for creating knitr kables using disparate data sources? I have a bunch of numbers from statistical analyses that I want to put into a table in my R markdown document, but I'm not sure of the best way to go about this. They are results from several statistical tests.
I apologize that this question is kind of vague, but this reflects my lack of knowledge of where to start. Help appreciated!
This doesnt seem like its actually an R markdown question, rather a data transformation question.
You are asking about how to construct a single data.frame from different sources.
This might involve joins, but more likely constructing columns or rows programatically.