file_mtime_exists: Return mtime if file exists

View source: R/utility.R

file_mtime_existsR Documentation

Return mtime if file exists

Description

Return mtime if file exists

Usage

file_mtime_exists(file)

Arguments

file

length one character

Examples

file_mtime_exists("Doesn't exist")
file_mtime_exists(system.file("DESCRIPTION", package = 'Genesee'))

amcdavid/Genesee documentation built on April 14, 2022, 5:16 a.m.