getASRemlVersionLoaded {asremlPlus} | R Documentation |
Checks that asreml
is loaded and, if it is, returns the first nchar
characters of the version that is loaded.
getASRemlVersionLoaded(nchar = NULL, notloaded.fault = FALSE)
nchar |
The number of characters in the asreml version to get. |
notloaded.fault |
A |
A character, being the first nchar
characters of the version of asreml
that is loaded.
Chris Brien
## Not run:
getASRemlVersionLoaded()
## End(Not run)