Passing functions

Pass actual function to across(), not a call to the function!

  • across(a:c, mean)
  • across(a:c, mean())