file_copy_n: Function to copy files with *fs* but file by file to allow...

View source: R/file_copy_n.R

file_copy_nR Documentation

Function to copy files with fs but file by file to allow for a progress bar.

Description

Function to copy files with fs but file by file to allow for a progress bar.

Usage

file_copy_n(path, path_new, overwrite = FALSE, progress = FALSE)

Arguments

path

A character vector of paths to copy that currently exist.

path_new

A character vector of paths to copy to.

overwrite

If a path_new exists, should is be overwritten?

progress

Should a progress bar be displayed?

Value

Invisible path_new


skgrange/systemr documentation built on April 18, 2024, 2:23 a.m.