View source: R/detect_file_timestamp.R
detect_file_timestamp | R Documentation |
remove_file_timestamp
detect_file_timestamp
will find any date/time stamps that have EXACTLY
the same format as the Simcyp Autorunner's output. For example: "myfile -
2023-10-31 13-29-15.xlsx" will be noted and, if you run
remove_file_timestamp
, would become "myfile.xlsx". BE CAREFUL
because there's no undo button; your file names will be permanently changed.
detect_file_timestamp(sim_data_files = NA, regex_to_match = NA)
sim_data_files |
the Simcyp Simulator results Excel files to clean up. There are three options:
|
regex_to_match |
Optionally provide a text string to use for finding the correct files from which to remove the date/time stamp. For example,if your files all start with "abc1a-", list that here, in quotes, and anything that doesn't contain "abc1a-" will be ignored. Don't include the "xlsx" part of the file name, though, because we'll add that. Wildcards and other regex are acceptable. |
a data.frame with the original file names and what the new file names
would be if you run remove_file_timestamp
# None yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.