Lists the datasets available at the URL being accessed, possibly according to account.

kobo_datasets(user = NULL, api = "unhcr")

Arguments

user

Optional. A single string indicating the username and password (in the form of "username:password"), or a character vector or list, length 2, with the first value being the "username", and the second being the "password".

api

The URL at which the API can be accessed. Defaults to "unhcr", which loads the UNHCR server KoBo Toolbox API.

Value

A data.table containing details about the datasets available, including items like the "title", "id", and "url" of the datasets.

Author

Ananda Mahto

Examples

if (FALSE) { kobo_datasets() }