list_organizations: List HDX organization

Description Usage Arguments Value

Description

List HDX organization

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
.list_organizations(
  sort = "name asc",
  all_fields = FALSE,
  include_dataset_count = TRUE,
  include_groups = FALSE,
  include_user = FALSE,
  include_tags = FALSE,
  configuration = NULL,
  ...
)

list_organizations(
  sort = "name asc",
  all_fields = FALSE,
  include_dataset_count = TRUE,
  include_groups = FALSE,
  include_user = FALSE,
  include_tags = FALSE,
  configuration = NULL,
  ...
)

Arguments

sort

Character how to sort the results. Default is "name asc"

all_fields

Logical, include all fields

include_dataset_count

Logical include count in the result

include_groups

Logical, whether or not to include locations

include_user

Logical, whether or not to include user

include_tags

Logical whether or not to include tags

configuration

Configuration

...

extra paramaters

Value

A list of organizations on HDX


dickoa/rhdx documentation built on Oct. 13, 2021, 8:36 p.m.