Skip to content

Commit 02286e2

Browse files
committed
docs: fix empty dt tag
1 parent e4004f7 commit 02286e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/lineup.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ buildTaggle <- function(x, width = "100%",
171171
#' lineup - factory for LineUp HTMLWidget
172172
#'
173173
#' @inheritParams lineupBuilder
174-
#' @inheritDotParams lineupBuilder
175174
#' @param width width of the element
176175
#' @param height height of the element
177176
#' @param elementId unique element id
178177
#' @param dependencies include crosstalk dependencies
178+
#' @param ... additional ranking definitions like 'ranking1=...' due to restrictions in converting parameters
179179
#'
180180
#' @inheritSection lineupBuilder LineUp options
181181
#' @return html lineup widget
@@ -202,7 +202,7 @@ lineup <- function(data,
202202
#' taggle - factory for Taggle HTMLWidget
203203
#'
204204
#' @inheritParams lineup
205-
#' @inheritDotParams lineup
205+
#' @param ... additional ranking definitions like 'ranking1=...' due to restrictions in converting parameters
206206
#' @inheritSection lineup LineUp options
207207
#'
208208
#' @return html taggle widget

0 commit comments

Comments
 (0)