hub_repo_info {hfhub} | R Documentation |
Queries information about Hub repositories
Description
Queries information about Hub repositories
Usage
hub_repo_info(
repo_id,
...,
repo_type = NULL,
revision = NULL,
files_metadata = FALSE
)
hub_dataset_info(repo_id, ..., revision = NULL, files_metadata = FALSE)
Arguments
repo_id |
The repository identifier, eg |
... |
currenytly unused. |
repo_type |
The type of the repository. Currently only |
revision |
Revision (branch, tag or commitid) to download the file from. |
files_metadata |
Obtain files metadata information when querying repository information. |
Functions
-
hub_dataset_info()
: Query information from a Hub Dataset
[Package hfhub version 0.1.1 Index]