Dataframes are fun to work with but they do not always come in the desired shape. The tidyverse functions 'gather', 'spread' and 'drop_na' gracefully address some of the messy dataframe issues. To better understand these functions, we re-implement them in this package with the following names: my_gather, my_spread, my_dropna.
Maintainer: first last first.last@example.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.