mutate()
filter()
select()
%>%
If you have installed a package, its functions are not yet available in your R project. To use an R package in your sript, you must load it with the following command:
install.packages("ggplot2")