View source: R/check_file_name.R
check_file_name | R Documentation |
check_file_name
checks whether a file name meets standard file-naming
conventions acceptable by various drug regulatory agencies. A warning message
will be given for any unacceptable formats.
check_file_name(file_name)
file_name |
the name(s) of the file(s) to check. This can be a single
string, e.g., |
a character vector
# Good file name will give a message that things were ok.
check_file_name(file_name = "abc-5mg-qd.xlsx")
# Bad file names will tell you what went wrong.
check_file_name(file_name = "Example simulator output MD.xlsx")
check_file_name(file_name = "abc_123_5mg.wksz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.