Description Usage Arguments Value Examples
View source: R/SMP-framework-sub-functions.R
Removes chosen string element or pattern from a list of file names.
1 | remove_string_elements(file_names, pattern)
|
file_names |
A character string which represents a file name. |
pattern_to_remove |
A character string that the user wants removed. |
A character string with chosen elements removed.
1 | my_string <- remove_string_elements(file_names = "participant_one.csv", pattern_to_remove = ".csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.