R/copy.R
dir_copy.Rd
Copies folders like file.copy except it replicates links correctly on unix-like systems. Based on http://stackoverflow.com/a/30107868/1380598.
file.copy
dir.copy(from, to)
character indicating the path to the directory to be copied.
character
character indicating the path to which the directory will be copied.
Logical indicating success or failure.
Zach Foster
Alex Chubaty