s3.list.files: s3.list.files

Description Usage

View source: R/s3list.files.R

Description

A version of R's list.files function compatible with s3. By default, this is set to return up to only 1000 file names, only only the short name (i.e. excluding file paths). Note: A key difference between this function and list.files is that this function will return all files within subdirectories of a folder.

Usage

1
s3.list.files(x, full.names = F, max.files = 1000)

BrianAronson/docshop documentation built on Jan. 13, 2020, 3:13 a.m.