View source: R/tbl_marker_key.R
tbl_marker_key | R Documentation |
Designed for use with maps created using layer_show_markers()
tbl_marker_key( data, title_col = NULL, groupname_col = NULL, number_col = NULL, color = FALSE, palette = NULL )
data |
Data frame or sf object with marker data |
title_col |
Title column name, Default: |
groupname_col |
Group column name, Default: |
number_col |
Number column name, Default: |
color |
If |
palette |
palette to use for the group heading fill colors (passed to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.