list_files: List files excluding temporary, Rproj, and git removing...

Description Usage Arguments Value Examples

View source: R/dev/files.R View source: R/files.R

Description

List files excluding temporary, Rproj, and git removing internal undesired files

Usage

1
list_files(path, pat = NULL, full = FALSE, named = FALSE)

Arguments

path

(String) Valid path

pat

(String) Pattern to match. Defaults to NULL.

full

(Logical) Return full path? Defaults to FALSE.

named

(Logical) Add names? Defaults to FALSE.

Value

A character vector containing the files in the specified directory excluding any temporary unwanted files (i.e. "~$file.xlsx"), Rproj files, and git files.

Examples

1

jimbrig2011/arsenal documentation built on July 12, 2019, 12:25 p.m.