specfile: Determine the Expected Path to a Specification File

Description Usage Arguments Value Author(s) References See Also

Description

If one supplies a run name and project directory, the related control stream can be sought, and the data file extracted. One expects that the name of any corresponding specification file has the suffix '.spec' instead of '.csv'.

Usage

1
2
3
4
5
6
7
specfile(
	run, 
	project = getwd(), 
	rundir = filename(project, run), 
	ctlfile = filename(rundir, run, ".ctl"), 
	...
)

Arguments

run

a run name, as for NONR

project

parent of the run directory

rundir

path to the run directory

ctlfile

name of the control stream

...

ignored

Value

character

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also


anniejw6/metrumrg documentation built on May 10, 2019, 11:50 a.m.