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...

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.