# \donttest{
decimalLatitude <- c(19.9358, -13.016667, -19.935800)
decimalLongitude <- c(-40.6003, -39.6, -40.60030)
.coordinates_out_country <- c(FALSE, TRUE, TRUE)
x <- data.frame(decimalLatitude, decimalLongitude, .coordinates_out_country)
bdc_quickmap(
data = x,
lat = "decimalLatitude",
lon = "decimalLongitude",
col_to_map = ".coordinates_out_country",
size = 1
)
# }
Run the code above in your browser using DataLab