R/testgdal.R

Defines functions testgdal

Documented in testgdal

#' Test package to see if gdal works
#' 
testgdal<-function(){
	return(rgdal::gdalDrivers())
}
jhollist/gdaltest documentation built on May 19, 2019, 9:27 a.m.