Description Usage Arguments Examples
View source: R/filename_prefix.R
Removes prefixes of specified size in filenames.
1 | filename_prefix(filepath = ".", prefix_n = 3, verbose = TRUE)
|
filepath |
Path to files. Defaults to current directory. |
prefix_n |
Length of prefix, measured in parts after splitting by "_". Defaults to 3. |
verbose |
Logical. Should it print descriptions of any changes? |
1 2 | folder <- "FCS_trimmed"
filename_prefix(filepath = folder, prefix_n = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.