Return a table with information about available Hugging Face repos.
get_repo_info.Rd'get_repo_info' returns a table of information associated with each Hugging Face repo that contains relevant parquet files.
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.
Examples
if (FALSE) { # \dontrun{
if(interactive()){
get_repo_info()
}
} # }