write_to_delete_fls_with_ptrn: Write to delete files with pattern

Description Usage Arguments

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. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour

Usage

1
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)


readyforwhatsnext/ready4class documentation built on Nov. 14, 2020, 1:29 a.m.