Learn R Programming

econdatasets (version 0.1.0)

ed_get_datasets: List available datasets in the EconDataverse organization

Description

Retrieves a list of all datasets published under the EconDataverse organization on Hugging Face.

Usage

ed_get_datasets(quiet = FALSE)

Value

A data frame with columns:

dataset

Dataset identifier on Hugging Face

total_downloads

Approximate download count

last_modified

Last update timestamp (UTC)

is_private

Logical; whether the dataset is private

is_gated

Logical; whether access is gated

Returns NULL if the request fails.

Arguments

quiet

Logical; whether to suppress informational messages. Defaults to FALSE.

Examples

Run this code
# \donttest{
ed_get_datasets()
# }

Run the code above in your browser using DataLab