View source: R/s3-numeric_version.R
opts_package_version | R Documentation |
Depending on constructor
, we construct the object as follows:
"package_version"
: We use package_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"
"list"
: We define as a list and repair attributes
opts_package_version(constructor = c("package_version", "next", "list"), ...)
constructor |
String. Name of the function used to construct the object. |
... |
Additional options used by user defined constructors through the |
An object of class <constructive_options/constructive_options_package_version>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.