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
Saving plots as .svg requires the svglite package. If not installed at the server end, the app with silently fall back to .html on saving plots. Probably library(svglite) at the top will help but this might be hard to test.
Saving plots as .svg requires the svglite package. If not installed at the server end, the app with silently fall back to .html on saving plots. Probably
library(svglite)at the top will help but this might be hard to test.