Learn R Programming

probhat (version 0.3.1)

82_other_functions: Other Functions

Description

Emulate an R script, and prepare data for examples.

Usage

ph.data.prep (…, eval=TRUE, echo=FALSE)

Arguments

eval

Logical, if true, run the script.

echo

Logical, if true, echo the script.

Ignored.

Details

The ph.data.prep function, which is only designed for tests and examples, runs an R script stored inside the function, itself.

References

Refer to the vignette for an overview, references and better examples.

Examples

Run this code
# NOT RUN {
ph.data.prep (eval=FALSE, echo=TRUE)
# }

Run the code above in your browser using DataLab