| kaggle_datasets_list | R Documentation | 
List Datasets
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
)
| 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 | 
kaggle_datasets_list(search = "demographies")
kaggle_datasets_list(sort_by = "votes")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.