file_info: list all files with detailed information in a folder

View source: R/files.R

file_infoR Documentation

list all files with detailed information in a folder

Description

List all files with detailed information in a folder. This function is very useful to check large files, eg. GWAS summary statistics.

Usage

file_info(
  path = ".",
  pattern = NULL,
  recursive = TRUE,
  full.names = TRUE,
  ignore.case = FALSE,
  all.files = FALSE
)

Arguments

path

Full path to list.

pattern

Match patter. See list.files.

recursive

Recursive into sub-folders.

full.names

List full name.

ignore.case

Case-insensitive.

all.files

Whether to show invisible files.


XikunHan/geneticToolBox documentation built on Jan. 3, 2023, 4:12 a.m.