Skip to contents

Extract Orgunit Boundaries Attributes

Usage

extract_attributes(
  country,
  username,
  password,
  folderpath,
  prefix = "orghierarchy",
  baseurl = NULL
)

Arguments

country

OU/country

username

Datim username

password

Datim password

folderpath

Local directory of files

prefix

Prefix for filename

baseurl

Datim URL

Value

df

Examples

if (FALSE) {
 library(gisr)

 extract_attributes(country = "Nigeria")
 extract_attributes(country = "Nigeria", folderpath = glamr::si_path("path_vector"))
}