By default, the installed packages are not automatically loaded into an R session. The required packages need to be explicitly loaded using library function.
All the core packages of tidyverse can be loaded with the below line of code.
library(tidyverse)