kobo_exports | R Documentation |
'kobo_exports' is a wrapper for kobotoolbox API 'https://[kpi-url]/api/v2/assets/[assetid]/exports/'
kobo_exports(
url = "eu.kobotoolbox.org",
uname = "",
pwd = "",
encoding = "UTF-8",
assetid = "",
simplified = FALSE
)
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" |
assetid |
the asset id |
simplified |
if TRUE, then return a simple data frame with selected data, if FALSE returns the full list. |
The function returns the export views.
The function returns a list of exports available for the account id and password entered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.