buildLineUp: factory for LineUp HTMLWidget based on a LineUpBuilder
Description
factory for LineUp HTMLWidget based on a LineUpBuilder
Usage
buildLineUp(
x,
width = "100%",
height = NULL,
elementId = NULL,
dependencies = .crosstalkLineUpLibs()
)
Arguments
- x
LineUpBuilder object
- width
width of the element
- height
height of the element
- elementId
unique element id
- dependencies
include crosstalk dependencies
Examples
Run this codeif (FALSE) {
lineupBuilder(iris) |> buildLineUp()
}
Run the code above in your browser using DataLab