mod_recruitment_map_ui | R Documentation |
This module provides a leaflet map with markers for the sites together we a recruitment plot. Clicking on the map markers makes the relevant line on the recruitment plot become thicker. Hovering over the marker also shows various information on the site.
mod_recruitment_map_ui(id, label)
mod_recruitment_map_server(input, output, session, dat, locations)
id, input, output, session, label |
Internal parameters for shiny. |
input, output, session |
Internal parameters for shiny. |
dat |
reactive recruitment data |
locations |
dataframe containing the locations of the sites. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.