Implement method to return call required to build a plot
ellessenne opened this issue · 3 comments
ellessenne commented
It would be useful to implement a (sort of) how
method to return the ggplot
call required to build plot types currently implemented within autoplot
.
ellessenne commented
Using the !!
operator from rlang
may help here.
ellessenne commented
See also the expression()
+ eval()
approach here: https://stackoverflow.com/questions/2764760/return-call-from-ggplot-object
ellessenne commented
See ggreverse.