pir_rename | R Documentation |
pir_params
using a rename function.Rename the filenames in a pir_params
using a rename function.
pir_rename(pir_params, rename_fun)
pir_params |
the parameters of pirouette. They are created by create_pir_params. |
rename_fun |
a function to rename a filename, as can be checked by check_rename_fun. This function should have one argument, which will be a filename or NA. The function should return one filename (when passed one filename) or one NA (when passed one NA). Example rename functions are:
|
a 'pir_params' with renamed filename
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.