R/utils-file.R

Defines functions .copy_file

.copy_file <- function(from, to, ...) {
  base::file.copy(from, to, ...)
}

Try the rocrateR package in your browser

Any scripts or data that you put into this service are public.

rocrateR documentation built on April 9, 2026, 1:06 a.m.