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
Should we guarantee that the functions used in a rowwise mutate() or summarize() or reframe() always see length-one input? This is currently the case for everything but empty input, which creates a corner case to be worked around in user code. The example below shows mutate(), but the behavior is very similar for summarize() and reframe()
Should we guarantee that the functions used in a rowwise
mutate()
orsummarize()
orreframe()
always see length-one input? This is currently the case for everything but empty input, which creates a corner case to be worked around in user code. The example below showsmutate()
, but the behavior is very similar forsummarize()
andreframe()
Created on 2024-06-12 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: