Learn R Programming

lineupjs (version 4.6.0)

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()
)

Value

lineup html widget

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 code
if (FALSE) {
lineupBuilder(iris) |> buildLineUp()
}

Run the code above in your browser using DataLab