Skip to content

Instantly share code, notes, and snippets.

@rhilfi
Created July 12, 2021 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhilfi/940d5564b6344949e6b5c57a476bc6dc to your computer and use it in GitHub Desktop.
Save rhilfi/940d5564b6344949e6b5c57a476bc6dc to your computer and use it in GitHub Desktop.
as numeric over several columns
mutate(across(Age_mean:woman_perc, as.numeric))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment