kaggle_datasets_list: List Datasets

View source: R/Datasets.R

kaggle_datasets_listR Documentation

List Datasets

Description

List Datasets

Usage

kaggle_datasets_list(
  sort_by = c("hottest", "votes", "updated", "active"),
  file_type = c("all", "csv", "sqlite", "json", "bigQuery"),
  license_name = c("all", "cc", "gpl", "odb", "other"),
  max_size = NULL,
  min_size = NULL,
  tag_ids = NULL,
  search = NULL,
  user = NULL,
  mine = FALSE,
  page = NULL
)

Arguments

sort_by

Sort list results. Default is 'hottest'. Valid options are 'hottest', 'votes', 'updated', and 'active'

file_type

Search for datasets with a specific file type. Default is 'all'. Valid options are 'all', 'csv', 'sqlite', 'json', and 'bigQuery'. Please note that bigQuery datasets cannot be downloaded

license_name

Search for datasets with a specific license. Default is 'all'. Valid options are 'all', 'cc', 'gpl', 'odb', and 'other'

max_size

Specify the maximum size of the dataset to return (bytes)

min_size

Specify the minimum size of the dataset to return (bytes)

tag_ids

Search for datasets that have specific tags. Tag list should be comma separated

search

Term(s) to search for

user

Find public datasets owned by a specific user or organization

mine

Display only my items

page

Page number for results paging. Page size is 20 by default

Examples

kaggle_datasets_list(search = "demographies")
kaggle_datasets_list(sort_by = "votes")



JenspederM/KaggleR documentation built on June 30, 2024, 5:21 p.m.