Skip to contents

List errors and warnings that were produced in the last call to one of the ORS endpoints.

Usage

last_ors_conditions(last = 1L)

Arguments

last

[integer]

Number of error lists that should be returned. last = 2L, for example, returns errors from the last two function calls.

Examples

if (FALSE) { # \dontrun{
ors_pairwise(pharma, sf::st_geometry(pharma) + 100)
last_ors_conditions()
} # }