Skip to contents

`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".

Value

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

Details

The function returns the API token.