kgl_datasets_list | R Documentation |
List datasets
kgl_datasets_list(
page = 1,
search = NULL,
owner_dataset = NULL,
clean_response = TRUE
)
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., |
clean_response |
Logical. Clean the response from the Kaggle API. If |
Other Datasets:
kgl_datasets_create_new()
,
kgl_datasets_create_version()
,
kgl_datasets_download()
,
kgl_datasets_upload_file()
,
kgl_datasets_view()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.