You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/defaults.R
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ reset_defaults <- function(){
65
65
#'
66
66
#' @param map_service character.
67
67
#' \itemize{
68
-
#' \item{for \code{get_maptypes()}:}{ optional, either \code{"osm"}, \code{"osm_stamen"}, \code{"osm_stadia"}, \code{"osm_thunderforest"}, \code{"carto"}, \code{"mapbox"}, \code{"esri"} or \code{"maptiler"}. Otherwise, a list of map types for both services is returned.}
69
-
#' \item{for \code{add_maptypes()}:}{ character, name of map service the map type to add belongs to}
68
+
#' \itemfor \code{get_maptypes()}: optional, either \code{"osm"}, \code{"osm_stamen"}, \code{"osm_stadia"}, \code{"osm_thunderforest"}, \code{"carto"}, \code{"mapbox"}, \code{"esri"} or \code{"maptiler"}. Otherwise, a list of map types for both services is returned.
69
+
#' \itemfor \code{add_maptypes()}: character, name of map service the map type to add belongs to
70
70
#' }
71
71
#'
72
72
#' @param as_df logical, whether to return a data.frame instead of a list (defaults to \code{FALSE})
0 commit comments