Open H-Mateus opened 1 year ago
aes_string was deprecated in ggplot2 3.0.0, so this currently produces a warning related to this when run.
aes_string
I updated the code to use tidy evaluation with aes() which avoids this.
aes()
aes_string
was deprecated in ggplot2 3.0.0, so this currently produces a warning related to this when run.I updated the code to use tidy evaluation with
aes()
which avoids this.