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/SBDI4R documentation built on Feb. 28, 2024, 1:17 p.m.