Learn R Programming

syncdr (version 0.1.1)

toy_dirs: Create toy directories to test syncdr functions

Description

create directories in syncdr environment. Directories are deleted when a new R session is started

Usage

toy_dirs(verbose = FALSE, fast = FALSE)

Value

syncdr environment with toy directory paths, i.e., left and right paths

Arguments

verbose

logical: display information. Default is FALSE

fast

logical: if TRUE (default), create a minimal set of files quickly; if FALSE, run full implementation with multiple files and timestamps.

Details

This function is a little slow because it must use Sys.sleep() to save files with the same name but different time stamp.

Examples

Run this code
# Create toy directories for testing / examples
# \donttest{
toy_dirs(verbose = TRUE)
# }

Run the code above in your browser using DataLab