base::match()
is not a generic, so we can't just define Arrow methods for
it. This function exposes the analogous function in the Arrow C++ library.
match_arrow(x, table, ...)
x |
|
---|---|
table |
|
... | additional arguments, ignored |
An int32
-type Array
of the same length as x
with the
(0-based) indexes into table
.