Skip to content

Commit 9ce1f9b

Browse files
committed
add minimal document for function that should be a method of sys_map
1 parent 3d9e1bc commit 9ce1f9b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

R/sys_map_shapefile.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#' generate systematic map atlas for shapefiles
2-
#' @keyword internal
2+
#' @param shp the shapefile used to generate atlas
3+
#' @param popups columns to appear in popups when clicking atlas points
4+
#' @keywords internal
35

46
sys_map_shapefile <- function(shp, popups = "") {
57
leaflet::leaflet(shp) %>%

man/sys_map_shapefile.Rd

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)