kobo_exports {KoboconnectR} | R Documentation |
See list of exports created
Description
'kobo_exports' is a wrapper for kobotoolbox API 'https://[url]/exports/'
Usage
kobo_exports(
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 export views.
Value
The function returns a list of exports available for the account id and password entered.
[Package KoboconnectR version 1.2.2 Index]