Skip to content

Instantly share code, notes, and snippets.

@maurolepore
Created November 11, 2017 12:33
Show Gist options
  • Save maurolepore/ea81d7dbe3cce93c7f845179811d57d2 to your computer and use it in GitHub Desktop.
Save maurolepore/ea81d7dbe3cce93c7f845179811d57d2 to your computer and use it in GitHub Desktop.
  • Add dplyr and tidyr to DESCRIPTION.
  • Refer to functions as dplyr::FUNCTION() and tidyr::FUNCTION().
  • Remove all !! and := because in this case you don't need them.
  • Add new_df at the end so that it is returned.
  • Rebuild, reload, rerun myfunction.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment