List datasets

kgl_datasets_list(
  page = 1,
  search = NULL,
  owner_dataset = NULL,
  clean_response = TRUE
)

Arguments

page

Numeric. Page number. Defaults to 1. Retrieve datasets via page, search, or (ownerSlug and datasetSlug)

search

Character. Search terms. Defaults to . Retrieve datasets via page, search, or (ownerSlug and datasetSlug)

owner_dataset

Character. Alternative to page/search. The owner and dataset slug as it appears in the URL, i.e., "mathan/fifa-2018-match-statistics".

clean_response

Logical. Clean the response from the Kaggle API. If FALSE, this will return the object from the httr2::req_perform() call.