Skip to contents

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

if (FALSE) {

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