R/check_wkt.R

## 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)
  
}
fozy81/NBN4R documentation built on May 19, 2019, 8:22 a.m.