I am trying to export my tbl_summary from R as a png file. I've tried
gt::gtsave(as_gt(demtable),file="demographic_table.png")
It comes up with the error
PhantomJS not found. You can install it with webshot::install_phantomjs()
However I am unable to execute this command (probably as I am working with data within a safe haven and R cannot connect to the internet)
Therefore I am wondering if there is any other ways to export this type of table
