extract_folder_info: Extract folder info

Description Usage Arguments Value Examples

View source: R/extract_folder_info.R

Description

Extract folder info

Usage

1
extract_folder_info(path, attribute)

Arguments

path

The path from where you want to list folder(s)

attribute

The attribute you want to extract. For a complete list of attributes see '?file.info()'

Value

A vector of attributes requested

Examples

1
2
3
4
## Not run: 
extract_folder_info("tests", "ctime")

## End(Not run)

fkoh111/fkoh111 documentation built on July 21, 2020, 7:40 p.m.