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 me.


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)
leaflet::leaflet(width = "100%") %>%
  leaflet::addTiles() %>%
 leaflet::addMarkers(
    lng = -122.174878,
    lat = 37.432402,
    popup = "Stanford Medicine"
  )


jaspershen/laggedcor documentation built on Nov. 9, 2023, 3:44 p.m.