View source: R/vctrs-deprecated.R
| vec_unchop | R Documentation |
vec_unchop() has been renamed to list_unchop() and is deprecated as of
vctrs 0.5.0.
vec_unchop(
x,
indices = NULL,
ptype = NULL,
name_spec = NULL,
name_repair = c("minimal", "unique", "check_unique", "universal")
)
x |
A list |
indices |
A list of positive integer vectors specifying the
locations to place elements of |
ptype |
If |
name_spec |
A name specification for combining
inner and outer names. This is relevant for inputs passed with a
name, when these inputs are themselves named, like
See the name specification topic. |
name_repair |
How to repair names, see |
A vector of type vec_ptype_common(!!!x), or ptype, if specified. The size
is computed as vec_size_common(!!!indices) unless the indices are NULL,
in which case the size is vec_size_common(!!!x).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.