Skip to contents

'get_repo_info' returns a table of information associated with each Hugging Face repo that contains relevant parquet files.

Usage

get_repo_info()

Value

Data frame: A table of repo information, including information on overall organization, name, URL, and whether or not the repo is the selected default.

See also

Examples

if (FALSE) { # \dontrun{
if(interactive()){
 get_repo_info()
 }
} # }