| as_dvec.logical | R Documentation |
Coerces logical to decorated vector. Assigns class 'dvec' and any named attributes in dots.
## S3 method for class 'logical'
as_dvec(x, ...)
x |
logical |
... |
attributes to assign |
dvec
Other dvec:
[.dvec(),
[<-.dvec(),
[[.dvec(),
[[<-.dvec(),
as.data.frame.dvec(),
as_dvec(),
as_dvec.character(),
as_dvec.complex(),
as_dvec.dvec(),
as_dvec.integer(),
as_dvec.numeric(),
c.dvec(),
classified.dvec(),
desolve.dvec(),
explicit_guide.data.frame(),
format.dvec(),
implicit_guide.dvec(),
length.dvec(),
print.dvec(),
resolve.classified(),
resolve.dvec(),
unclassified.dvec()
as_dvec(c(FALSE, TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.