Skip to content

Commit df81de2

Browse files
Merge pull request datashield#594 from StuartWheater/v6.3.3-dev
Fixed 'combined' -> 'pooled'
2 parents b1ebef1 + ed1c12c commit df81de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/ds.boxPlot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#' ds.boxPlot("D", "LAB_HDL", type= "split", datasources = connections)
5555
#'
5656
#' ## Create a boxplot of two variables variable
57-
#' ds.boxPlot("D", c("LAB_HDL", "LAB_TRIG", type="combine",
57+
#' ds.boxPlot("D", c("LAB_HDL", "LAB_TRIG", type="pooled",
5858
#' datasources = connections)
5959
#' # only one plot is created (of the aggregated results of all servers)
6060
#'

0 commit comments

Comments
 (0)