View source: R/user_interface.R
rename_global_run | R Documentation |
Renames the files and directories , and meta data, of a global run of FPEM for a single marital group.
rename_global_run(
run_name,
new_run_name,
output_folder_path = NULL,
ignore = "^data$",
verbose = FALSE
)
run_name |
Character. Name of run to be renamed. |
new_run_name |
Character. New run name. |
output_folder_path |
Filepath to directory where outputs are saved. If |
ignore |
Regular expression. Files and directories with names that match will not be renamed. |
verbose |
Logical; print lots and lots of messages about progress? |
Called for side effect only.
If you modify ignore
make sure
‘output_folder_path
/data’ still matches; it is not
a good idea to rename files in that directory.
Mark Wheldon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.