You can use _ multiple times, then you just have to assign the first argument, too:
@chain df begin
@mutate(_, across(startswith("β"), x -> _.τ*x))
end
You can use _ multiple times, then you just have to assign the first argument, too:
@chain df begin
@mutate(_, across(startswith("β"), x -> _.τ*x))
end