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:
uid
the asset unique identifiername
the name of the assetasset_type
the type of asset (block
,survey
,question
, ortemplate
)owner_userame
the user account of the owner of the assetdate_create
when the asset was createddate_modified
when the asset was last modifieddeployed
whether or not the asset is currently deployedsubmissions
the number of submissions for the asset (survey
)
Examples
if (FALSE) { # \dontrun{
kobo_setup()
asset_list <- kobo_asset_list(limit = 10L)
asset_list
} # }