powered by
The problems handler returns a character vector of parse errors and can be used to validate input of any type for which wk_handle() is defined.
wk_handle()
wk_problems(handleable, ...)wk_problems_handler()
wk_problems_handler()
A character vector of parsing errors. NA signifies that there was no parsing error.
NA
A geometry vector (e.g., wkb(), wkt(), xy(), rct(), or sf::st_sfc()) for which wk_handle() is defined.
wkb()
wkt()
xy()
rct()
sf::st_sfc()
Passed to the wk_handle() method.
wk_problems(new_wk_wkt(c("POINT EMTPY", "POINT (20 30)"))) wk_handle( new_wk_wkt(c("POINT EMTPY", "POINT (20 30)")), wk_problems_handler() )
Run the code above in your browser using DataLab