Learn R Programming

Mega2R (version 1.1.0)

clean_mega2rtutorial_data: remove tutorial data

Description

This function removes the Mega2R tutorial (inst/exdata) data that was copied to the specified directory.

Usage

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

Value

None

Arguments

dir

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

Examples

Run this code
clean_mega2rtutorial_data()

Run the code above in your browser using DataLab