View source: R/copy_lookup_para_file.R
copy_lookup_para_file | R Documentation |
Helper function: copy_lookup_para_file
copy_lookup_para_file(
from_dir,
to_dir,
overwrite = FALSE,
recursive = TRUE,
file_pattern = "^lookup_para\\.csv$"
)
from_dir |
input directory with xlsx files |
to_dir |
target directory where to copy the xlsx files |
overwrite |
should existing files be overwritten (TRUE) otherwise (FALSE) ? (default: FALSE) |
recursive |
if TRUE recursively find all xlsx files in the directory specified in parameter "from_dir" (default: TRUE) |
file_pattern |
pattern for identifying lookup_para file (default: "^lookup_para\.csv$") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.