R/check_wkt.R

Defines functions check_wkt

## simple function to check that a given WKT string is valid
## prior to v1.25 this was an ALA4R-specific (and not very comprehensive) function
## as of v1.25 we rely on wellknown::lint
check_wkt <- function(wkt) {
  ALA4R:::check_wkt(wkt)
  
}
bioatlas/r-functionality documentation built on Nov. 1, 2020, 3:42 a.m.