Fetches the whole published CSV. See the note in the file header on why this
is one download rather than a request per gene, and use
clingen_validity_for() to narrow the result.
Arguments
- ...
Passed to
biohttp::get_text(), for exampletimeout.
Value
A biohttp envelope whose data is the tibble described in
clingen_parse_validity().
Examples
if (FALSE) { # \dontrun{
table <- biohttp::body_or_null(clingen_gene_validity())
clingen_validity_for(table, c("NF1", "TP53"))
} # }