Learn R Programming

Mega2R (version 1.1.0)

dump_mega2rtutorial_data: dump tutorial data

Description

This function retrieves data stored in the Mega2rtutorial (inst/exdata). It dumps them in the specified directory.

Usage

dump_mega2rtutorial_data(dir = file.path(tempdir(), "Mega2Rtutorial"))

Value

None

Arguments

dir

The directory to store the tutorial data to. By default, this is tempdir()/Mega2Rtutorial

Examples

Run this code
dump_mega2rtutorial_data()

Run the code above in your browser using DataLab