You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a dir_copy() to an empty destination folder the overwrite parameter produces different results.
In the example below we create the foo dir that contains sub1. Then, we copy foo to newly created destinations dest and dest_overwrite with overwrite = FALSE and overwrite = TRUE respectively. I wouldn't expect the dir tree of the destination folders to defer, however, overwrite parameter affects the nesting of the directories
When doing a
dir_copy()to an empty destination folder the overwrite parameter produces different results.In the example below we create the
foodir that containssub1. Then, we copyfooto newly created destinationsdestanddest_overwritewithoverwrite = FALSEandoverwrite = TRUErespectively. I wouldn't expect the dir tree of the destination folders to defer, however, overwrite parameter affects the nesting of the directoriesCreated on 2024-12-11 with reprex v2.1.0