List all available KoboToolbox API assets and their metadata.
Value
A data.frame containing the list of all your KoboToolbox API assets
and the following metadata:
uidthe asset unique identifiernamethe name of the assetasset_typethe type of asset (block,survey,question, ortemplate)owner_useramethe user account of the owner of the assetdate_createwhen the asset was createddate_modifiedwhen the asset was last modifieddeployedwhether or not the asset is currently deployedsubmissionsthe number of submissions for the asset (survey)
Examples
if (FALSE) { # \dontrun{
kobo_setup()
asset_list <- kobo_asset_list(limit = 10L)
asset_list
} # }