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
The resulting object is an htmlWidget and can be programmatically accessed using the webshot package. In the Readme.rmd of this package I have examples of this, using this code:
htm_file<- tempfile(fileext=".html")
model %>% plot_model() %>%
htmlwidgets::saveWidget(htm_file)
webshot::webshot(htm_file, file= tempfile(fileext=".png"))
We should really document this and perhaps create a simple wrapper function to export to png format.
I was trying to save an image as so in Rstudio:
But it doesn't seem to be working. Any ideas on how to save a model programmatically?
The text was updated successfully, but these errors were encountered: