Problems to find some data sets in dplyr

Hi, my first post here!

I'm doing a course of Statistics in R Studio and there are some excersices that i cannot follow in my main console because the data sets supposedly is in the dplyr library but in my console are not uploaded.

For example i tried to load the "wait_times" data set that is in dplyr and the following text shows up:
Error: objeto 'wait_times' no encontrado

Obviously i have activated the package dplyr in my console and i have search in google many times but i can't find an answer.

Hi, I'm pretty sure that your dataset wait_times comes from somewhere else.

These are the datasets that come with dplyr:

dplyr::starwars
dplyr::band_instruments
dplyr::band_instruments2
dplyr::band_members
dplyr::storms

Function reference • dplyr (tidyverse.org)

Thanks!

I'll try to find where is that dataset...