Skip to contents

A Shiny server module that renders an interactive leaflet map showing the locations of samples. Points are clustered and include popups with metadata (accession, taxonomic division, scientific name).

Usage

mapServer(id, df)

Arguments

id

Character string specifying the module namespace identifier.

df

A reactive data.table containing sequence records.

Value

A leaflet map rendered in the UI.