View source: R/kobo_authentication.R
kobo_get_data | R Documentation |
Retrieve specific dataset by form ID from specific user
kobo_get_data(
base_url = "https://kf.kobotoolbox.org",
auth_mode = "token",
asset_id
)
base_url |
KoBo Toolbox URL. Default is https://kf.kobotoolbox.org. |
auth_mode |
Password or token? Default is token. |
asset_id |
Unique asset identifier. |
A tibble of datasets available to specific user.
kobo_auth_token(token = Sys.getenv("KOBO_TOKEN"))
kobo_get_data(asset_id = "aKJTpKiVUcPYim2epKkPvW")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.