getFileNumber: Get the (original) integer file number of any seaflow...

Description Usage Arguments Value Examples

Description

Each seaflow EVT file is assigned a unique (per-directory) integer which get's carried on to subsequent processing steps. This function extracts that number from any of the original or downstream files.

Usage

1

Arguments

file.path

Path to the file whose name you wish to extract a number from.

Value

an integer corresponding to the original event file number

Examples

1
2
3
path <- system.file("extdata","seaflow_cruise","2011_001","1.evt.opp", 
			package="flowPhyto")
getFileNumber(path)

armbrustlab/flowPhyto documentation built on May 10, 2019, 1:40 p.m.