as_smvr | R Documentation |
smvr
vectoras_smvr()
is a generic function that converts an object to smvr
vector. The default method uses vctrs::vec_cast()
to convert the object.
as_smvr(x, ...)
## Default S3 method:
as_smvr(x, ...)
x |
An object to convert to |
... |
Additional arguments passed to methods. |
An object of class smvr
.
as_smvr(c("1.0.0", "2.0.0-rc.1", "3.0.0+build.1"))
as_smvr(numeric_version(c("1", "2.3")))
as_smvr(NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.