When ext
is a vector, path()
recycles only the first value
#430
Labels
bug
an unexpected problem or unintended behavior
path()
of...
can be given a vector, but whenext
is given a vector, only the first value is recycled.I think some fix is needed, since users are likely to expect the result of
purrr::map2_vec()
shown in reprex.Created on 2023-09-01 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: