R Markdown

library(leaflet)
library(leaflet.extras)
leaflet() %>%
  addTiles() %>%
  addFullscreenControl()