Skip to content

Commit

Permalink
fixed swimmerplot example
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Jan 17, 2025
1 parent 50156fa commit 2f3cf94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/swimmerplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
#' tm = edc_example()
#' load_list(tm)
#' p = edc_swimmerplot(id_lim=c(5,45))
#' p2 = edc_swimmerplot(origin="db0$date_naissance", time_unit="weeks",
#' p2 = edc_swimmerplot(origin="enrol$date_naissance", time_unit="weeks",
#' exclude=c("DB1$DATE2", "db3$.*"))
#' p3 = edc_swimmerplot(group="db0$group", aes_color="label")
#' p3 = edc_swimmerplot(group="enrol$group", aes_color="label")
#' \dontrun{
#' #save the plotly plot as HTML to share it
#' save_plotly(p, "edc_swimmerplot.html")
Expand Down

0 comments on commit 2f3cf94

Please sign in to comment.