| kobo_asset_list {robotoolbox} | R Documentation |
List all available KoboToolbox API assets
Description
List all available KoboToolbox API assets and their metadata.
Usage
kobo_asset_list(limit = 100L)
Arguments
limit |
integer, the number of API assets to display per page. Default to 100. |
Value
A data.frame containing the list of all your KoboToolbox API assets
and the following metadata:
-
uidthe asset unique identifier -
namethe name of the asset -
asset_typethe type of asset (block,survey,question, ortemplate) -
owner_useramethe user account of the owner of the asset -
date_createwhen the asset was created -
date_modifiedwhen the asset was last modified -
deployedwhether or not the asset is currently deployed -
submissionsthe number of submissions for the asset (survey)
Examples
## Not run:
kobo_setup()
asset_list <- kobo_asset_list(limit = 10L)
asset_list
## End(Not run)
[Package robotoolbox version 1.3.2 Index]