Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 616a2cc

Browse files
committed
Fixed mistake in documentation
1 parent 5eea8f3 commit 616a2cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/gist_map.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#'
55
#'Takes a gist object and a input geojson file name and renders fullscreen map
66
#' @param file Must be a geojson file
7-
#' @param gist_object An object generated by \code{gist_id}
7+
#' @param gist_object An object of class \code{gist_id} generated by \code{gist_create}
88
#' @param browse Default is \code{TRUE}. Set to \code{FALSE} if you don't want to automatically browse to the URL.
99
#' @export
1010
#' @import assertthat

man/gist_map.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gist_map(file = NULL, gist_object, browse = TRUE)
99
\arguments{
1010
\item{file}{Must be a geojson file}
1111

12-
\item{gist_object}{An object generated by \code{gist_id}}
12+
\item{gist_object}{An object of class \code{gist_id} generated by \code{gist_create}}
1313

1414
\item{browse}{Default is \code{TRUE}. Set to \code{FALSE} if you don't want to automatically browse to the URL.}
1515
}

0 commit comments

Comments
 (0)