Nothing
## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(echo = TRUE)
## ----crosstalk_iris-----------------------------------------------------------
library(crosstalk)
library(lineupjs)
sharedIris <- SharedData$new(iris)
## ----crosstalk_iris_lineup1---------------------------------------------------
lineup(sharedIris, width = "100%")
## ----crosstalk_iris_lineup2---------------------------------------------------
lineup(sharedIris, width = "100%")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.