| vec_as_index {vctrs} | R Documentation |
Convert to an index vector
Description
vec_as_index() has been renamed to vec_as_location() and is
deprecated as of vctrs 0.2.2.
Usage
vec_as_index(i, n, names = NULL)
Arguments
i |
An index vector to convert. |
n |
A single integer representing the total size of the
object that |
names |
If |
[Package vctrs version 0.7.3 Index]