Skip to contents

make_build_ignore_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make build ignore list. The function returns Build ignore (a list).

Usage

make_build_ignore_ls(file_nms_chr = NULL, regulars_rgx = NULL)

Arguments

file_nms_chr

File names (a character vector), Default: NULL

regulars_rgx

Regulars (a regular expression vector), Default: NULL

Value

Build ignore (a list)