make_build_ignore_ls | R Documentation |
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).
make_build_ignore_ls(file_nms_chr = NULL, regulars_rgx = NULL)
file_nms_chr |
File names (a character vector), Default: NULL |
regulars_rgx |
Regulars (a regular expression vector), Default: NULL |
Build ignore (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.