knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  # fig.width = 7, 
  # fig.height = 5,
  warning = FALSE,
  message = TRUE,
  out.width = "100%"
)

If you have any quesitons, please contact us.


shenxt1990

shenxt@stanford.edu

Twitter

M339, Alway Buidling, Cooper Lane, Palo Alto, CA 94304


# set seed for reproducible widget id
if (requireNamespace("htmltools", quietly = TRUE)) {
  htmlwidgets::setWidgetIdSeed(42)
}
# library(leaflet)
library(magrittr)
leaflet::leaflet(width = "100%") %>%
  leaflet::addTiles() %>%
  leaflet::addMarkers(
    lng = -122.174878,
    lat = 37.432402,
    popup = "Stanford Medicine"
  )


tidymass/massdataset documentation built on Jan. 30, 2024, 2:55 p.m.