Garrick Aden-Buie
e051010280
Update animate_join function and documentation
animate_join() now lives in animate_join.R with the other animate_join_ functions. These all use rlang::enquo() to capture their arguments so that animate_join() can print the variable name in the plot title.
7 years ago
David
256448d876
took out animate-call from the join functions
if printed it will still call animate, but gives the user more flexibility about animation factors (such as times etc)
7 years ago
David
779aef6183
working gather and spread
7 years ago
David
bdfc5438fe
removed base-plot references
7 years ago
David
3b19e34033
renamed some helper functions
this makes it easier to differentiate between the join-related and the (coming) tidyr-related functions that have similar goals
7 years ago
David
a861a5aa67
arguments can be now passed to tweak plot details
7 years ago
David
a29a10f3ae
all joins and sets properly working
7 years ago
David
dc16e6c8d6
more compact documentation
7 years ago
David
cd19b3bca8
added package structure
7 years ago