get_kobo_token: Know your API token or check

View source: R/Koboconnect.R

get_kobo_tokenR Documentation

Know your API token or check

Description

'get_kobo_token' is a wrapper for kobotoolbox API 'https://"[url]"/token/?format=json'

Usage

get_kobo_token(
  url = "eu.kobotoolbox.org",
  uname = "",
  pwd = "",
  encoding = "UTF-8"
)

Arguments

url

The '[url]' of kobotoolbox. Default is "eu.kobotoolbox.org".

uname

is username of your kobotoolbox account

pwd

is the password of the account

encoding

is the encoding to be used. Default is "UTF-8".

Details

The function returns the API token.

Value

The function returns the token associated with your id and password in the given url.


KoboconnectR documentation built on Sept. 11, 2024, 8:07 p.m.