Skip to content

Commit

Permalink
fix Rdoc #47
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 15, 2020
1 parent 9a1678b commit 3803860
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
8 changes: 5 additions & 3 deletions R/GSGeoPackageDataStore.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@
#' @format \code{\link{R6Class}} object.
#'
#' @examples
#' GSGeoPackageDataStore$new(dataStore="ds", description = "des",
#' @aliases enabled = TRUE, database = NULL)
#' ds <- GSGeoPackageDataStore$new(
#' dataStore="ds", description = "des",
#' enabled = TRUE, database = NULL
#' )
#'
#'
#' @section Methods inherited from \code{GSAbstractDBDataStore}:
#' \describe{
#' \item{\code{setDatabaseType(dbtype)}}{
#' Sets the database type, here "postgis"
#' Sets the database type, here "geopkg
#' }
#' \item{\code{setNamespace(namespace)}}{
#' Sets the datastore namespace
Expand Down
12 changes: 6 additions & 6 deletions man/GSGeoPackageDataStore.Rd

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

0 comments on commit 3803860

Please sign in to comment.