ls_files {org} | R 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 |
Value
filepaths and directory paths as a character vector
[Package org version 2024.6.5 Index]