我将以下代码放入 RStudio 中的 RMarkdown 文件中。
Here are the reading scores for both the treatment group and the control group.
$$\begin{array}{cccc}
\multicolumn{2}{c}{\text{Treatment group}} & \multicolumn{2}{c}{\text{Treatment group}}\\\hline
24 & 56 & 42 & 46
\end{array}$$
当我使用 knitHTML 进行编译时,我得到以下图像。
有人可以分享一些有用的东西吗?
谢谢。
大卫。