diff --git a/man/save_plotly.Rd b/man/save_plotly.Rd index 2744e012..7d52a7d3 100644 --- a/man/save_plotly.Rd +++ b/man/save_plotly.Rd @@ -21,7 +21,7 @@ Save a plotly to an HTML file } \examples{ \dontrun{ -db = edc_example_plot() +db = edc_example() p = edc_swimmerplot(db$.lookup, id_lim=c(5,45)) save_plotly(p, "graph/swimplots/edc_swimmerplot.html", title="My Swimmerplot") }