write_to_delete_fls_with_ptrn | R Documentation |
write_to_delete_fls_with_ptrn() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write to delete files with pattern. The function is called for its side effects and does not return a value.
write_to_delete_fls_with_ptrn(dir_1L_chr, pattern_1L_chr)
dir_1L_chr |
Directory (a character vector of length one) |
pattern_1L_chr |
Pattern (a character vector of length one) |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.