Learn R Programming

k5 (version 0.2.1)

file_age: File modification date age

Description

The period of time since a system file was modified.

Usage

file_age(...)

Value

A Period class object.

Arguments

...

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

Examples

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

Run the code above in your browser using DataLab