0 votes
in R Basics by

dplyr <- "ggplot2"

library(dplyr)

Why does the dplyr package get loaded and not ggplot2?

1 Answer

0 votes
by
deparse(substitute(dplyr))
...