You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the output size varies, so there is not a 1-1 mapping of input names to output size
slider::hop(
c(x=1, y=2, z=3, f=4),
.starts= c(-1, 3),
.stops= c(2, 6),
~.x
)
#> Error: The size of `names`, 4, must be the same as the size of `x`, 2.
Because the output size varies, so there is not a 1-1 mapping of input names to output size
Created on 2020-03-20 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: