Description Usage Arguments Value Examples
Fetch or update the IPD-IMGT/HLA hla.xml file
1 2 3 | read_hla_xml(db_path = getOption("hlatools.local_repos"), remote = FALSE)
update_hla_xml(db_path = getOption("hlatools.local_repos"))
|
db_path |
<character>; location of local IPD-IMGT/HLA repository. |
remote |
<logical>; if |
An xml_document.
invisible(NULL)
1 2 3 4 5 | ## Not run:
doc <- read_hla_xml(remote = TRUE)
update_hla_xml()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.