| vs_Call {asreml} | R Documentation |
An overload (of sorts) of the base R function .Call
Description
An overload (of sorts) of the base R function .Call
Usage
vs_Call(
.NAME,
...,
CORE_VERSION = NULL,
RETURN_CORE_VERSION = TRUE,
ERROR_CALL_TEXT = NULL
)
Arguments
.NAME |
As per |
... |
Additional arguments passed to the function being called. |
CORE_VERSION |
The ID of the core version of |
RETURN_CORE_VERSION |
If TRUE then an attempt is made to return
the core version used as part of the results. This is set to |
ERROR_CALL_TEXT |
The "call" information reported in warnings
and error messages. If |
Value
The results of invoking .Call using the supplied
arguments, with .NAME being taken from the DLL associated
with CORE_VERSION (see vs_get_core_availability_info()
for how the DLL name is obtained).
If the RETURN_CORE_VERSION is TRUE then an additional
entry, code_version, is appended to the end of the returned
list which holds the ID of the core used.