file_age: File modification date age

View source: R/file.R

file_ageR Documentation

File modification date age

Description

The period of time since a system file was modified.

Usage

file_age(...)

Arguments

...

Arguments passed to file.info(), namely character vectors containing file paths. Tilde-expansion is done: see path.expand().

Value

A Period class object.

Examples

file_age(system.file("README.md", package = "campfin"))

k5 documentation built on May 29, 2024, 7:48 a.m.

Related to file_age in k5...