
Get coordinates of areas that point to areas of experience of Katilingban consultants
Source:R/get_kb_points.R
get_kb_coordinates.Rd
Get coordinates of areas that point to areas of experience of Katilingban consultants
Arguments
- .data
Object containing information on Katilingban consultants' experience. This is held in a Google Sheets document and can be retrieved using
read_kb_experience
function.
Value
A tibble containing the same information as the original input data but with longitude and latitude coordinates included.
Examples
if (FALSE) {
kb <- read_kb_experience()
get_kb_coordinates(.data = kb)
}