R/dplyr.R

#' Collect as simple features
#'
#'
#' @inheritParams dplyr::collect
#'
#' @return an sf data frame
#' @importFrom dplyr collect
#' @export collect
#'
#' @examples
NULL
# collect.tbl_GDALDBConnection <- function(x, ...) {
#  sf::st_as_sf(NextMethod(x, ...))
# }
mdsumner/RGDALDB documentation built on Oct. 14, 2019, 6:16 p.m.