View source: R/11-visualization.R View source: R/15-helpers.R
| process_vector_data | R Documentation |
Process vector data from data frame
Process vector data from data frame
process_vector_data(
data_input,
coord_cols = c("lon", "lat"),
try_geocoding = TRUE,
verbose = FALSE
)
process_vector_data(
data_input,
coord_cols = c("lon", "lat"),
try_geocoding = TRUE,
verbose = FALSE
)
data_input |
Data frame with potential coordinate columns OR geographic entities |
coord_cols |
Coordinate column names |
try_geocoding |
Attempt to geocode if no coordinates found (default: TRUE) |
verbose |
Print messages |
sf object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.