list_code_files: returns a character vector of absolute code file paths

View source: R/lib_other.R

list_code_filesR Documentation

returns a character vector of absolute code file paths

Description

returns a character vector of absolute code file paths

Usage

list_code_files(path, ext = c("py", "r"), skiplist = c("/renv/", "/venv/"))

Arguments

path

parent folder to look through recursively

ext

character vector of extensions to accept (case insensitive, no dot)

skiplist

character vector of pieces of path to skip

Value

character vector of code file paths


jorritvm/jrutils documentation built on Feb. 14, 2023, 11:33 p.m.