powered by
create directories in syncdr environment. Directories are deleted when a new R session is started
toy_dirs(verbose = FALSE, fast = FALSE)
syncdr environment with toy directory paths, i.e., left and right paths
logical: display information. Default is FALSE
logical: if TRUE (default), create a minimal set of files quickly; if FALSE, run full implementation with multiple files and timestamps.
This function is a little slow because it must use Sys.sleep() to save files with the same name but different time stamp.
Sys.sleep()
# Create toy directories for testing / examples # \donttest{ toy_dirs(verbose = TRUE) # }
Run the code above in your browser using DataLab