Learn R Programming

repfun (version 0.1.2)

copydata: Copy package data to the directory specified.

Description

Copy all package data into a temporary directory that can be used when running examples.

Usage

copydata(p)

Value

'NULL' because package dataframes are copied to a folder.

Arguments

p

A path as a string.

Examples

Run this code
library(repfun)
copydata(tempdir())

Run the code above in your browser using DataLab