econ-project-templates
econ-project-templates copied to clipboard
Save R plotly figures using kaleido
In the R example plotly figures are saved using
plotly::export(fig, path)
This is deprecated and should be replaced by
plotly::kaleido(fig, path)
which uses the same program (kaleido
) as the Python example.