Usage
hf_list_authors(pattern = NULL)
Arguments
- pattern
A search term or regular expression. Defaults to NULL (return all results).
Value
A character vector of matching model authors.
Examples
if (FALSE) { # \dontrun{
hf_list_authors(pattern = "^sam")
} # }