inst/apps/156-subapps/app3/ui.R

library(leaflet)

tagList(
  leaflet(quakes, width="100%", height="100%") %>%
      # addTiles() %>% # do not add tiles for CI purposes
      addMarkers(~ long, ~ lat),
  tags$style("html, body { width: 100%; height: 100%; }")
)
rstudio/shinycoreci documentation built on April 11, 2025, 3:17 p.m.