Skip to contents

Get Attributes Data for Orgunit Boundaries

Usage

get_attributes(
  country,
  username,
  password,
  folderpath = NULL,
  search = "orghierarchy",
  baseurl = NULL
)

Arguments

country

OU/country

username

Datim username

password

Datim password

folderpath

Local directory of files

search

Search keyword

baseurl

Datim URL

Value

      OU Orgunit level as df

Note

This will attempt to read data from local directory when folderpath is not set to null. If null, username and password will be required

Examples

if (FALSE) {
 library(gisr)

 get_attributes(country = "Nigeria")
}