hf_detect_config: Detect Default Config for a Dataset

View source: R/datasets_api.R

hf_detect_configR Documentation

Detect Default Config for a Dataset

Description

Query the splits endpoint to find the default config for a given dataset and split.

Usage

hf_detect_config(dataset, split, token = NULL)

Arguments

dataset

Character string. Dataset name.

split

Character string. The split to find a config for.

token

Character string or NULL. API token.

Value

Character string with the config name.


huggingfaceR documentation built on Aug. 30, 2026, 1:06 a.m.