pmf.directory.report: returns a dataframe of all directories and their size in...

View source: R/pmf.directory.report.R

pmf.directory.reportR Documentation

returns a dataframe of all directories and their size in megabytes and last accessed (in days).

Description

returns a dataframe of all directories and their size in megabytes and last accessed (in days).

Usage

pmf.directory.report(dir = getwd())

Arguments

dir

directory to summarize. default is getwd(). can also be set - i.e. "C:/Users/username/Desktop/temp"

Details

convenience function determining which directories might be archived.

Value

returns an dataframe with three columns, including directory path, directory size in megabytes and the minimum number of days since any file within that directory was accessed. 'accessed' includes any new files being written or any old file being modified and saved.

Author(s)

Corey Broeckling


cbroeckl/csu.pmf.tools documentation built on Jan. 26, 2024, 6:27 p.m.