dirr: Directory listing of R-related files/folders

View source: R/dirr.R

dirrR Documentation

Directory listing of R-related files/folders

Description

Function to let you see directory listing of files/folders ending in r, R, or RData

Usage

dirr(path = ".", ignore.case = TRUE, ...)

Arguments

path

A file path string, optional, default is current working directory.

ignore.case

Logical, TRUE by default, optional. If FALSE, then this is case-sensitive.

...

Optional other parameters passed to dir()

Value

A directory listing.

See Also

dir2() dirdirs()


ejanalysis/analyze.stuff documentation built on April 2, 2024, 10:10 a.m.