get_kobo_token {KoboconnectR} | R 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.
[Package KoboconnectR version 1.2.2 Index]