We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e7e6e commit 5c3503bCopy full SHA for 5c3503b
1 file changed
app.R
@@ -49,6 +49,11 @@ library(gridExtra)
49
# WebShot2 enables web page screenshots and may depend on Cairo availability
50
# Falls back gracefully if not available
51
52
+# This version of the app exports GT tables as HTML files and does not depend on
53
+# webshot2. PDF export depends on webshot2 which is not working in the posit connect cloud - that is why
54
+# export was changed to HTML export. You can enable
55
+#pdf export by modifying the downloadHandler() code for gt tables before installation in your private server
56
+
57
if (requireNamespace("webshot2", quietly = TRUE)) {
58
library(webshot2)
59
message("✓ WebShot2 loaded - screenshot capabilities available")
0 commit comments