# NOT RUN {
# The fs object will inject css into your page.
if (requireNamespace("crosstalk", quietly = TRUE)) {
df <- crosstalk::SharedData$new(mtcars)
fs <- crosstalk::filter_select(
id = "myselector",
label = "select something",
sharedData = df,
group = ~cyl
)
# The fs_nobootstrap object won't inject css into your page.
fs_nobootstrap <- unstrap(fs)
}
# }
Run the code above in your browser using DataLab