get_kobo_token | R Documentation |
'get_kobo_token' is a wrapper for kobotoolbox API 'https://"[url]"/token/?format=json'
get_kobo_token(
url = "eu.kobotoolbox.org",
uname = "",
pwd = "",
encoding = "UTF-8"
)
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". |
The function returns the API token.
The function returns the token associated with your id and password in the given url.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.