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)
}
biodiversitydata-se/SBDI4R documentation built on Feb. 23, 2024, 4:15 p.m.