R/helper.R
copy_file_version.Rd
This function copies a file from one location to another, with an optional version suffix appended to the filename.
copy_file_version(model_path, file_name, file_version = NULL)
The path to the directory containing the file.
The name of the file to be copied.
An optional version suffix to be appended to the filename. Default file_version = NULL, which adds '.bkp' to the filename.
file_version = NULL
None