f_get_filenames_in_folder: Get names and information on files in folder

View source: R/f - Get filenames in folder.R

f_get_filenames_in_folderR Documentation

Get names and information on files in folder

Description

Get names and information on files in folder.

Usage

f_get_filenames_in_folder(
  c.path,
  b.recursive = FALSE,
  c.file.type = NULL,
  b.return.md5 = FALSE
)

Arguments

c.path

Full path to folder of interest.

b.recursive

Should we look inside subfolders (default: FALSE).

c.file.type

What file type to retrieve? (default: NULL).

b.return.md5

Should MD5 be returned? (default: FALSE).

Details

-

Value

Data frame with information on the files observed in concerned folder.

Author(s)

Pieter Overdevest

Examples

df.output <- f_get_filenames_in_folder(

    c.path,
    b.recursive,
    c.file.type,
    b.return.md5
)

pieterov/generaltoolbox documentation built on Jan. 25, 2025, 10:32 a.m.