extract_locations: Extract location data

View source: R/extract_locations.R

extract_locationsR Documentation

Extract location data

Description

Extract location data

Usage

extract_locations(
  country,
  username,
  password,
  level = NULL,
  add_geom = TRUE,
  baseurl = NULL
)

Arguments

country

PEPFAR Operating Unit or Country name

username

Datim Account Username

password

Datim Account password

level

PEPFAR Org Level, optional

add_geom

Include geometry column, default value is true

baseurl

Datim URL

Value

A dataframe or Null if not match

Examples

## Not run: 

extract_locations("<saturn>", "<my_username>", "<my_password>")

## End(Not run)


USAID-OHA-SI/gisr documentation built on Feb. 10, 2024, 8:55 p.m.