79454307

Date: 2025-02-20 11:23:15
Score: 0.5
Natty:
Report link

I gave up and used minipages like this:

  newslide(
    content = {
            cat("\\begin{minipage}{0.4\\textwidth}\n")
            print(table2)
            cat("\\end{minipage}")
            cat("\\hspace{0.1\\textwidth}")
            cat("\\begin{minipage}{0.4\\textwidth}\n")
            print(plot1)
            cat('\n\n')
            cat("\\end{minipage}")
    }
  )
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: carolinasc