Skip to content

Commit

Permalink
add editorOptions in editMod roxygen #100
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Jul 17, 2019
1 parent c15c2be commit 3f8ec3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ editModUI <- function(id, ...) {
#' @param record \code{logical} to record all edits for future playback.
#' @param crs see \code{\link[sf]{st_crs}}.
#' @param editor \code{character} either "leaflet.extras" or "leafpm"
#' @param editorOptions \code{list} of options suitable for passing to
#' either \code{leaflet.extras::addDrawToolbar} or
#' \code{leafpm::addPmToolbar}.
#'
#' @return server function for Shiny module
#' @import shiny
Expand Down
4 changes: 4 additions & 0 deletions man/editMod.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/mapedit-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f8ec3c

Please sign in to comment.