You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can break the report into chunks and test to see where the issue is. Lots of formatting needed for the pdf version to present the table data properly anyway. Issue could be related to unrulely tables actually so the formatting necessary for view-ability could resolve this
> # print to pdf
> pagedown::chrome_print(
+ paste0(getwd(), '/', filename_html, '.html'),
+ output = paste0('docs/', filename_html, '.pdf'),
+ timeout = 360
+ )
Warning: A runtime exception has occured while executing JavaScript
Runtime exception message:
ReferenceError: $ is not defined
at http://127.0.0.1:5558/Restoration_Neexdzii_Kwah_2024.html:32159:9
Warning: A runtime exception has occured while executing JavaScript
Runtime exception message:
ReferenceError: jQuery is not defined
at http://127.0.0.1:5558/Restoration_Neexdzii_Kwah_2024.html:33062:3
Error in force(expr) :
Failed to generate output in 360 seconds (timeout).
The text was updated successfully, but these errors were encountered:
We can break the report into chunks and test to see where the issue is. Lots of formatting needed for the pdf version to present the table data properly anyway. Issue could be related to unrulely tables actually so the formatting necessary for view-ability could resolve this
The text was updated successfully, but these errors were encountered: