elco-vctrs | R Documentation |
Internal vctrs methods
## S3 method for class 'elco' vec_restore(x, to, ...) ## S3 method for class 'elco' vec_proxy(x, ...) ## S3 method for class 'elco.elco' vec_ptype2(x, y, ...) ## S3 method for class 'elco.elco' vec_cast(x, to, ...)
# vec_restore.elco x <- elco::chno$C vctrs::vec_restore(vctrs::vec_data(x), to = x) # vec_proxy.elco vctrs::vec_proxy(elco::chno$C) # vec_ptype2.elco.elco vctrs::vec_ptype2(x = elco::chno$C, y = elco::chno$C) # vec_cast.elco.elco vctrs::vec_cast(x = elco::chno$C, to = elco::chno$C) vctrs::vec_cast(x = elco::chno$C, to = elco::chno$N)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.