VersionsNull | R Documentation |
A class used to represent the ‘version’ of unversioned objects. Useful primarily for method dispatch.
The following are defined; package developers may write additional methods.
new("VersionsNull", ...)
Create a new
VersionsNull-class
instance, ignoring any additional arguments.
show(object)
Display “No version”.
Biocore
classVersion
obj <- new("VersionsNull")
obj
obj <- new("VersionsNull", A="1.0.0") # warning
obj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.