read_all_file: Read all file under dictionary in a batch

Description Usage Arguments

View source: R/read_file.R

Description

Read all file under dictionary in a batch

Usage

1
2
3
4
5
6
7
8
read_all_file(
  path,
  pattern = NULL,
  merge = TRUE,
  recursive = FALSE,
  verbose = TRUE,
  ...
)

Arguments

path

a character vector of full path names; the default corresponds to the working directory. Tilde expansion (see path.expand) is performed. Missing values will be ignored. Elements with a marked encoding will be converted to the native encoding (and if that fails, considered non-existent).

pattern

an optional regular expression. Only file names which match the regular expression will be returned.

merge

whether merge the data, default TRUE. or return a list.

recursive

logical. Should the listing recurse into directories?

verbose

output other useful message, default TRUE.

...

other argument of fread


Moonerss/ProteinBase documentation built on Dec. 17, 2021, 4:21 a.m.