latest: Identify the Latest Variants of Each File as Distinguished by...

Description Usage Arguments Value Author(s) References See Also Examples

Description

For each of a set of file variants as returned by variants, identify that file whose enclosing directory sorts last (i.e., latest if a timestamp).

Usage

1
latest(x)

Arguments

x

character vector of file paths of the form ‘path/file/var1/file

Value

character

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also

Examples

1
2
3
4
5
6
latest(
	c(
		'path/file/var2/file',
		'path/file/var1/file'
	)
)

metrumrg documentation built on May 2, 2019, 5:55 p.m.