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
match_rows(df, change, "UP{2,} DOWN+", match_name=matchnumber) looks kind of dumb with only the pattern in quotes, but run-of-the-mill tidyeval seems to fail on these patterns.
match_rows(df, change, "UP{2,} DOWN+", match_name=matchnumber)looks kind of dumb with only the pattern in quotes, but run-of-the-mill tidyeval seems to fail on these patterns.