We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf7f9a commit f382d0fCopy full SHA for f382d0f
R/geocode_reverso.R
@@ -51,7 +51,6 @@ geocode_reverso <- function(pontos,
51
checkmate::assert_number(dist_max, lower = 500, upper = 100000) # max 100 Km
52
checkmate::assert_logical(verboso)
53
checkmate::assert_logical(cache)
54
- checkmate::assert_number(n_cores)
55
56
# check if geometry type is POINT
57
if (any(sf::st_geometry_type(pontos) != 'POINT')) {
0 commit comments