Pontifications

QUOTE

"Besides selecting sets of existing columns, it’s often useful to add new columns that are functions of existing columns. That’s the job of mutate()

...

If you only want to keep the new variables, use transmute()"

END QUOTE

Leave a comment on github