From cabd29a13f65c41a8736d93ccda6694387e95f33 Mon Sep 17 00:00:00 2001 From: tim-salabim Date: Thu, 1 Mar 2018 13:25:10 +0100 Subject: [PATCH] missing "title" argument description in drawFeatures --- R/draw.R | 1 + man/drawFeatures.Rd | 2 ++ 2 files changed, 3 insertions(+) diff --git a/R/draw.R b/R/draw.R index d3e52b8..38d9781 100644 --- a/R/draw.R +++ b/R/draw.R @@ -14,6 +14,7 @@ #' close when closing the app (by pressing "done" or "cancel") in most browsers. #' Firefox is an exception. See Details for instructions on how to enable this #' behaviour in Firefox. +#' @param title \code{string} to customize the title of the UI window. #' @param ... additional arguments passed on to \code{\link{editMap}}. #' #' @details diff --git a/man/drawFeatures.Rd b/man/drawFeatures.Rd index 7d2a066..cc7c8fd 100644 --- a/man/drawFeatures.Rd +++ b/man/drawFeatures.Rd @@ -24,6 +24,8 @@ close when closing the app (by pressing "done" or "cancel") in most browsers. Firefox is an exception. See Details for instructions on how to enable this behaviour in Firefox.} +\item{title}{\code{string} to customize the title of the UI window.} + \item{...}{additional arguments passed on to \code{\link{editMap}}.} } \description{