idfname_to_date: Extract the date part of an idf filename with a date...

idfname_to_dateR Documentation

Extract the date part of an idf filename with a date included, like in 'HEAD_20080402_l1.idf'. If no date can be deduced, NA is returned.

Description

Extract the date part of an idf filename with a date included, like in 'HEAD_20080402_l1.idf'. If no date can be deduced, NA is returned.

Usage

idfname_to_date(idfname)

Arguments

idfname

idf-filename (character).

Value

Date

Examples

idfname_to_date(c("HEAD_20080401_l1.idf","HEAD_20080501_l1.idf"))

KeesVanImmerzeel/idf documentation built on Jan. 13, 2025, 3:23 a.m.