list.dirs {file} |
R Documentation |
List the Files in a Directory/Folder
Description
Usage
list.dirs(
dir = "./",
fullNames = TRUE,
recursive = TRUE);
Arguments
dir
a character vector of full path names; the default corresponds to the working directory, getwd()
.
Tilde expansion (see path.expand) is performed. Missing values will be ignored. [as string]
fullNames
[as boolean]
recursive
[as boolean]
Details
Authors
SMRUCC genomics Institute
Value
this function returns data object of type string.
clr value class
Examples
[Package
file version 2.33.856.6961
Index]