Learn R Programming

asremlPlus (version 4.4.48)

getASRemlVersionLoaded: Finds the version of asreml that is loaded and returns the initial characters in version.

Description

Checks that asreml is loaded and, if it is, returns the first nchar characters of the version that is loaded.

Usage

getASRemlVersionLoaded(nchar = NULL, notloaded.fault = FALSE)

Value

A character, being the first nchar characters of the version of asreml

that is loaded.

Arguments

nchar

The number of characters in the asreml version to get.

notloaded.fault

A logical indicating whether a fault is to occur if asreml is not loaded.

Author

Chris Brien

See Also

loadASRemlVersion.

Examples

Run this code
if (FALSE) {
getASRemlVersionLoaded()}

Run the code above in your browser using DataLab