diff --git a/R/stars.R b/R/stars.R index 77152bbe7..75a0ab46f 100644 --- a/R/stars.R +++ b/R/stars.R @@ -348,7 +348,6 @@ gdal_extract = function(f, pts, bilinear = FALSE) { #' @rdname gdal #' @param file file name #' @param array_name array name -#' @param groups character vector with groups (if any) #' @param offset offset (pixels) #' @param count number of pixels to read #' @param step step size (pixels) diff --git a/man/gdal.Rd b/man/gdal.Rd index c6e5e4881..8d682dfa0 100644 --- a/man/gdal.Rd +++ b/man/gdal.Rd @@ -182,8 +182,6 @@ gdal_create(f, nxy, values, crs, xlim, ylim) \item{xlim}{numeric} \item{ylim}{numeric} - -\item{groups}{character vector with groups (if any)} } \value{ object of class \code{crs}, see \link{st_crs}.