Learn R Programming

harbinger (version 1.2.767)

loadfulldata: Load full dataset from mini data object

Description

The mini datasets stored in data/ include an attr(url) pointing to the full dataset in harbinger/. This helper downloads and loads the full data.

Usage

loadfulldata(x, envir = parent.frame())

Value

The full dataset object.

Arguments

x

Dataset object or its name (string or symbol).

envir

Environment to load the full dataset into.

Examples

Run this code
data(A1Benchmark)
A1Benchmark <- loadfulldata(A1Benchmark)

Run the code above in your browser using DataLab