setupData {haplo.stats}R Documentation

Set up an example dataset provided within the library.

Description

This function defines an alias function to run exactly as data() in R and does nothing in Splus. R keeps a data set within the working data frame, so we only want to load data it when calling an example. Splus keeps it in background, so it is already loaded upon library(mypkg).

Usage

setupData(...)

Arguments

... The name of a dataset provided within the Splus/R library.

Details

Value

Side Effects

References

See Also

Examples



[Package Contents]