View source: R/copy_folder_contents_to_dir.R
copy_folder_contents_to_dir | R Documentation |
Convenience Function to Copy Only the Contents of A Folder to Another Folder
copy_folder_contents_to_dir(
from,
to,
overwrite = FALSE,
only_copy_folders = FALSE
)
to , from |
String, path from where to copy the contents, and where to copy them to. |
overwrite |
Flag. Defaults to FALSE. |
only_copy_folders |
Flag. Defaults to FALSE. If TRUE, only copies folders. |
No return value, called for side effects
copy_folder_contents_to_dir(
from = system.file("help", "figures", package = "dplyr"),
to = tempdir()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.