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年前
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年前
David
779aef6183
working gather and spread
8年前
David
bdfc5438fe
removed base-plot references
8年前
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
8年前
David
a861a5aa67
arguments can be now passed to tweak plot details
8年前
David
a29a10f3ae
all joins and sets properly working
8年前
David
dc16e6c8d6
more compact documentation
8年前
David
cd19b3bca8
added package structure
8年前