List datasets
kgl_datasets_list(
page = 1,
search = NULL,
owner_dataset = NULL,
clean_response = TRUE
)
Numeric. Page number. Defaults to 1. Retrieve datasets via page, search, or (ownerSlug and datasetSlug)
Character. Search terms. Defaults to . Retrieve datasets via page, search, or (ownerSlug and datasetSlug)
Character. Alternative to page/search. The owner and dataset slug as it appears in the URL, i.e., "mathan/fifa-2018-match-statistics"
.
Logical. Clean the response from the Kaggle API. If FALSE
, this will return the object from the httr2::req_perform()
call.
Other Datasets:
kgl_datasets_create_new()
,
kgl_datasets_create_version()
,
kgl_datasets_download()
,
kgl_datasets_upload_file()
,
kgl_datasets_view()