list.files {file} R Documentation

List the Files in a Directory/Folder

Description

Usage

list.files(
    dir = "./",
    pattern = NULL,
    recursive = FALSE,
    wildcard = 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. or zip folder object if this parameter is a file stream r zip file path.

pattern

an optional regular expression/wildcard expression. Only file names which match the regular expression will be returned. [as string]

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]