Description Usage Arguments Examples
Replaces all multiwell plate 'well' labels in the form 'B2' to the double-digit form 'B02'. This enables correct ordering of filenames which include numbers over 10. (Though file systems won't always have a problem, files in a folder are ordered alphabetically as strings, so B2 is placed after B10: using B02 solves this problem). Enables correct use of other functions, such as filename_extension and filename_replicatenumber.
1 | filename_B02(filepath = ".", verbose = TRUE)
|
filepath |
Path to files. Defaults to current directory. |
verbose |
Logical. Should it print descriptions of any changes? |
1 2 | folder <- "FCS_trimmed"
filename_B02(filepath = folder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.