Given point location data, this function facilitates the creation of corresponding vector of character values to show in the popup for Leaflet markers.
Examples
if (FALSE) {
df <- read_kb_experience()
df <- get_kb_coordinates(.data = df)
create_popup_content(.data = df)
}