Make "Contributors" HTML
make_contributor_html.Rd
Makes the "Contributor" <li>
elements for disease-ontology.org. Can be used
for any ontology given the appropriate input.
Examples
if (FALSE) { # interactive()
trans_contributors <- googlesheets4::read_sheet(
ss = "1kD7rgOWO2uVUwKYoKFSLBEpv1WZFf-GDhEusAq_H5sM",
sheet = "TRANS",
col_types = "c"
) %>%
dplyr::mutate(dplyr::across(dplyr::everything(), readr::parse_guess))
trans_contributors
make_contributors_html(trans_contributors)
}