I would like to get a list of all the data sets in a particular R package shown in the console. I know that the function data() will list all the data sets in l
data()
If you are in the R-studio and you have imported that package
you can switch from global environment to the specific package in your "environment" window
Then you can see the list of the data set in that package