knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) library(dplyr) if (requireNamespace("htmltools", quietly = TRUE)) { htmlwidgets::setWidgetIdSeed(42) }
The MicrobiomeR
package was developed at the University of Mississippi Medical Center
in Dr. Eric Vallender's lab by Rob Gilmore and Shaurita Hutchins.
This package is associated with a microbiome study (article to be submitted soon), which was conducted by Ph.D. candidate, Xiao Zhang.
# set seed for reproducible widget id leaflet::leaflet() %>% leaflet::setView(lng = -90.1730625, lat = 32.3308125, zoom = 11) %>% leaflet::addTiles() %>% leaflet::addMarkers(lng = -90.1730625, lat = 32.3308125, popup = "UMMC's Guyton Research Complex")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.