ona_org_register: Register an organisation

View source: R/ona_org.R

ona_org_registerR Documentation

Register an organisation

Description

Register an organisation

Usage

ona_org_register(
  base_url = "https://api.ona.io",
  auth_mode = c("token", "password"),
  org,
  name = NULL
)

Arguments

base_url

ONA URL. Default is https://api.ona.io.

auth_mode

Password or token? Default is token.

org

Organisation short name or username.

name

Organisation full name. If NULL (default), short name is used.

Value

Invisible. Organisation registered and created in ONA account

Examples

ona_org_register(org = "okapi_organisation")


rapidsurveys/odktools documentation built on Jan. 5, 2025, 9:32 a.m.