validatePopDef: Validate a Population Definition Dataframe.

Description Usage Arguments Value Examples

Description

Validate the columns and values of the population definition dataframe passed to this function.

Usage

1
validatePopDef(pop.def)

Arguments

pop.def

Path to the raw event file to be filtered.

Value

a boolean indicating weither or not the pop def passed the validation check.

Examples

1
2
3
seaflow.path <- system.file("extdata", 'seaflow_cruise', package="flowPhyto")
pop.def <- readPopDef(seaflow.path)
validatePopDef(pop.def)

flowPhyto documentation built on Sept. 12, 2016, 6:18 a.m.