FileDDVersion: Return version number of the associated DD file of the input...

Description Usage Arguments Value Examples

View source: R/FileDDVersion.R

Description

FileDDVersion returns the version number of the DD file (data dictionary) corresponding to the input file names.

Usage

1
FileDDVersion(FileNames)

Arguments

FileNames

Character vector with the names of the files.

Value

Character vector with the DD number version of each filename.

Examples

1
2
3
FileDDVersion('E30183.FF_V1.MM122014.D_3')
FileDDVersion('T:/E30183.FF_B15_V1.MM122016.P_2')
FileDDVersion(c('E30183.FF_V1.MM122014.D_3', 'T:/E30183.FF_B15_V10.MM122016.P_2'))

david-salgado/RepoReadWrite documentation built on Oct. 3, 2021, 1:09 p.m.