List all uploaded files related to a KoboToolbox API asset
Source:R/kobo_file.R
kobo_asset_file_list.Rd
List all uploaded files related to a KoboToolbox API asset
Value
A data.frame
containing the list of all your KoboToolbox API files under
the asset:
uid
the asset unique identifierurl
url of the files API endpointasset
url of the files associated asset API endpointuser
the user account of the owner of the assetuser__username
when the asset was createdfile_type
files type eitherform_media
ormap_layer
description
files descriptiondate_created
date when the files were createdcontent
url to download the fileshash
md5 hash of the filesfilename
names of the filesmimetype
mime type of the files
Examples
if (FALSE) { # \dontrun{
kobo_setup()
uid <- "a9cwEQcbWqWzA5hzkjRUWi"
kobo_file_list(uid)
} # }