write_to_delete_fls_with_ptrn: Write to delete files with pattern

write_to_delete_fls_with_ptrnR Documentation

Write to delete files with pattern

Description

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.

Usage

write_to_delete_fls_with_ptrn(dir_1L_chr, pattern_1L_chr)

Arguments

dir_1L_chr

Directory (a character vector of length one)

pattern_1L_chr

Pattern (a character vector of length one)

Value

No return value, called for side effects.


ready4-dev/ready4class documentation built on April 22, 2024, 8:30 a.m.