You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rows should be merged using multirow from the multirow package (you would also need to load the package at the top).
\begin{longtable}{l|ll}
\toprule
\multicolumn{1}{l}{} & group & variable \\
\midrule\addlinespace[2.5pt]
\multirow{2}{*}{Group} & A & B \\
& A & C \\
\bottomrule
\end{longtable}
Session info
End the reproducible example with a call to sessionInfo() in the same session (e.g. reprex(session_info = TRUE)) and include the output.
The text was updated successfully, but these errors were encountered:
Prework
Description
Describe the bug clearly and concisely.
Reproducible example
Created on 2024-01-26 with reprex v2.0.2
Session info
Expected result
The rows should be merged using multirow from the multirow package (you would also need to load the package at the top).
Session info
End the reproducible example with a call to
sessionInfo()
in the same session (e.g.reprex(session_info = TRUE)
) and include the output.The text was updated successfully, but these errors were encountered: