I'm trying to save and export tables of summary statistics and regression output from an R Studio session so that I can open them all together in an RMarkdown document, knit that document to html, and share it with offline collaborators. I don't want to have all my code in the RMD file, just the tables (and graphs). The approach to generating tables that has worked the best for me is gtsummary, but when I try to save tables as a .png file that I can open in RMD, as described here, I get the error, "PhantomJS not found. You can install it with webshot::install_phantomjs()." I cannot do this because I am on a secure computer that cannot download packages from anything except CRAN. Is there a workaround for this? The one discussion I've seen about this on SO essentially seemed to say forget about gtsummary and use a different package, but I have spent a lot of time trying to find an approach to generating regression tables that works for my models, and I would love to be able to use gtsummary.