loadASRemlVersion {asremlPlus} | R Documentation |
Ensures that a specific version of asreml
is loaded.
Description
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.
Usage
loadASRemlVersion(version = 4, ...)
Arguments
version |
The |
... |
Other library/require arguments that are needed to load the specified |
Value
A character, being all characters in the version of asreml that is loaded on exit from the function.
Author(s)
Chris Brien
See Also
Examples
## Not run:
loadASRemlVersion(3, lib.loc = "D:\Analyses\R asreml3")
## End(Not run)
[Package asremlPlus version 4.4.35 Index]