R/utils.R

Defines functions .SQLiteExists

#' Check if SQlite driver is linked with GDAL
#'
#' @keywords internal

.SQLiteExists <- function(){
  og <- rgdal::ogrDrivers()
  return(og$write[grep("SQLite", og$name)])
}
ropensci/spsqlite documentation built on May 18, 2022, 7:32 p.m.