get_files_dir: A function that return list of file naes with specified...

View source: R/get_files_dir.R

get_files_dirR Documentation

A function that return list of file naes with specified patterns

Description

A function that return list of file naes with specified patterns

Usage

get_files_dir(directory = NULL, pattern = NULL)

Arguments

directory

a string, absolute file path

pattern

specified patterns e.g., "txt", "xlsx", and etc.

Value

a list, file path as the element while file name as the element name


kun-ecology/ecoloop documentation built on Jan. 9, 2025, 10:20 a.m.