opts_R_system_version {constructive} | R Documentation |
Constructive options for R_system_version
Description
Depending on constructor
, we construct the environment as follows:
-
"R_system_version"
: We useR_system_version()
-
"next"
: Use the constructor for the next supported class. Call.class2()
on the object to see in which order the methods will be tried. This will usually be equivalent to"array"
-
"atomic"
: We define as an atomic vector and repair attributes
Usage
opts_R_system_version(
constructor = c("R_system_version", "next", "atomic"),
...
)
Arguments
constructor |
String. Name of the function used to construct the environment. |
... |
Should not be used. Forces passing arguments by name. |
Value
An object of class <constructive_options/constructive_options_environment>
[Package constructive version 0.3.0 Index]