loadASRemlVersion {asremlPlus} | R Documentation |
asreml
is loaded.Loads the specified version of asreml
, provided that it is not already loaded. If the version of asreml
is not the required version, then the loaded version is unloaded first.
loadASRemlVersion(version = 4, ...)
version |
The |
... |
Other library/require arguments that are needed to load the specified |
A character, being all characters in the version of asreml that is loaded on exit from the function.
Chris Brien
## Not run:
loadASRemlVersion(3, lib.loc = "D:\Analyses\R asreml3")
## End(Not run)