View source: R/VersionValidation.R
checkVersion | R Documentation |
Determines if allele name data for a given IPD-IMGT/HLA Release Version is present in the local HLAtools package.
checkVersion(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 to the local HLAtools package. FALSE means that data for 'version' is not available.
For internal HLAtools use.
checkVersion(version = "3.25.0")
checkVersion(version = "Latest")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.