Visual interface for loading datasets in RStudio from all installed (including unloaded) packages.
You can install the latest stable version from CRAN.
The development version, to be used at your peril, can be installed from GitHub using the remotes package.
if (!require('remotes')) install.packages('remotes')
remotes::install_github('bquast/datasets.load')
Development takes place on the GitHub page.
https://github.com/bquast/datasets.load
Bugs can be filed on the issues page on GitHub.