
A class used to represent the `version' of unversioned objects. Useful primarily for method dispatch.
new("VersionsNull", ...)
VersionsNull-class
instance, ignoring any additional arguments.show(object)
classVersion
obj <- new("VersionsNull")
obj
obj <- new("VersionsNull", A="1.0.0") # warning
obj
Run the code above in your browser using DataLab