Learn R Programming

⚠️There's a newer version (2.3.0) of this package.Take me there.

datasets.load

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

Demonstration

A demonstration is available on YouTube:

https://www.youtube.com/watch?v=dl_bYlDLydI

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

if (!require('devtools')) install.packages('devtools')
devtools::install_github("bquast/datasets.load")

Development

Development takes place on the GitHub page.

http://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

535

Version

1.0.0

License

GPL-3

Maintainer

Bastiaan Quast

Last Published

December 12th, 2019

Functions in datasets.load (1.0.0)

print.datasets

Print function for datasets class objects
print.browseDatasets

Print function for browseDatasets objects
datasets.load-package

Interface for loading Datasets
getDatasetInfo

Get information on installed datasets.
browseDatasets

List datasets in an HTML Browser
alldata

List all datasets
datasets.load

Load Datasets from a Menu
datasets

View datasets from all installed package
printDatasets

Print datasets in the console
promptDatasets

Prompt for dataset in the console