View source: R/VersionValidation.R
squashVersion | R Documentation |
Removes the '.' delimiters from an IPD-IMGT/HLA Database release version name.
squashVersion(ver, num = FALSE)
ver |
A character vector-formatted IPD-IMGT/HLA Database release version name (e.g., '3.54.0'). |
num |
A Logial. A numeric value is returned when num = TRUE. A character vector is returned when num = FALSE. The default value is FALSE. |
A 4-digit value, as either a character string or a number.
For internal HLAtools use.
squashVersion("3.45.0",TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.