Learn R Programming

datasets.load

Visual interface for loading datasets in RStudio from all installed (including unloaded) packages.

Demonstration

Installation

You can install the latest stable version from CRAN.

install.packages('datasets.load')

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

Development takes place on the GitHub page.

https://github.com/bquast/datasets.load

Bugs can be filed on the issues page on GitHub.

https://github.com/bquast/datasets.load/issues

Copy Link

Version

Install

install.packages('datasets.load')

Monthly Downloads

1,140

Version

2.3.0

License

GPL-3

Maintainer

Last Published

November 10th, 2023

Functions in datasets.load (2.3.0)

getDatasetInfo

Get information on installed datasets.
promptDatasets

Prompt for dataset in the console
printDatasets

Print datasets in the console
datasets.load

Load Datasets from a Menu
print.browseDatasets

Print function for browseDatasets objects
datasets.load-package

Interface for loading Datasets
alldata

List all datasets
print.datasets

Print function for datasets class objects
browseDatasets

List datasets in an HTML Browser
datasets

View datasets from all installed packages