Crosstalk - no bootstrap

Alison

library(crosstalk)
library(leaflet)
library(DT)

# Wrap data frame in SharedData
sd <- SharedData$new(quakes[sample(nrow(quakes), 10),])

No bootstrap

This one doesn’t break my site’s CSS.

leaflet(sd) %>% addTiles() %>% addMarkers(~long, ~lat)
datatable(sd)

Contents
online
June 2 – 3, 2020
This workshop is the first step in becoming a certified RStudio instructor. It is run online for four hours on each of two days at a time suitable for participants in the Americas. Please contact us if you wish to take part.