Closed arieldeardorff closed 3 years ago
In the selecting variables section the first line of code is written:
booksTitleCheckouts <- dplyr::select(books, title, tot_chkout)
do we need that dplyr:: part? If so we should explain what is happening here.
dplyr::
In the selecting variables section the first line of code is written:
booksTitleCheckouts <- dplyr::select(books, title, tot_chkout)
do we need that
dplyr::
part? If so we should explain what is happening here.