View source: R/VersionValidation.R
validateVersion | R Documentation |
Determines if an IPD-IMGT/HLA Release Version is referenced in the AlleleListHistory file.
validateVersion(version)
version |
A character string identifying the release version (branch) of the ANHIG/IMGTHLA Github repository (e.g. '3.53.0'). The value 'Latest' refers to the most recent release. |
A logical. TRUE indicates that data for 'version' is available in the ANHIG/IMGTHLA GitHub repository. FALSE means that data for 'version' is not available.
For internal HLAtools use.
validateVersion(version = "3.31.1")
validateVersion(version = "3.13.0")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.