ls_files: List files and directories Equivalent to the unix 'ls'...

View source: R/utils_files.R

ls_filesR Documentation

List files and directories Equivalent to the unix ls command.

Description

List files and directories Equivalent to the unix ls command.

Usage

ls_files(path = ".", regexp = NULL)

Arguments

path

A character vector of one or more paths.

regexp

A regular expression that is passed to list.files.

Value

filepaths and directory paths as a character vector


org documentation built on June 22, 2024, 10:37 a.m.