get.files: This function returns the paths of all files a given folder

Description Usage Arguments Value Examples

View source: R/get.files.r

Description

This function returns the paths of all files a given folder

Usage

1
get.files(folder.path, recursive = FALSE)

Arguments

folder.path

The path of the folder

recursive

Search for files in subfolders. Defaults to FALSE

Value

A list of file paths

Examples

1
get.files("./path/to/folder")

michalmonselise/read.folder documentation built on May 22, 2019, 9:53 p.m.