Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Module development - passing html or latex output from CRAN R functions directly

I want to build a wrapper JASP module for gtsummary R package, which allows creating publication ready tables. The function itself already creates correctly formatted tables in HTML (or even in Latex, RTF, Word), which seems to obviate the need to use the jaspTable object functionality. Actually, using jaspTable object would mean recreating all the work that has been put in formatting the table with gtsummary. Is it possible to use the HTML element to render the table in the results section?

Comments

Sign In or Register to comment.