tests/testthat/_snaps/tableOption.md

table options work

Code
  posOption(table)
Output
  [t]
Code
  table
Output
  ENVIRONMENT: \begin{tabular}[H]{l|r|r}
  \hline
    & mpg & cyl\\
  \hline
  Mazda RX4 & 21 & 6\\
  \hline
  Mazda RX4 Wag & 21 & 6\\
  \hline
  \end{tabular}
Code
  posOption(table)
Output
  [H]
Code
  table
Output
  ENVIRONMENT: \begin{tabular}[H]{l|r|r}
  \hline
    & mpg & cyl\\
  \hline
  Mazda RX4 & 21 & 6\\
  \hline
  Mazda RX4 Wag & 21 & 6\\
  \hline
  \end{tabular}


Try the parseLatex package in your browser

Any scripts or data that you put into this service are public.

parseLatex documentation built on June 8, 2025, 10:19 a.m.