Description Usage Arguments Value Examples
Validate the columns and values of the population definition dataframe passed to this function.
1 | validatePopDef(pop.def)
|
pop.def |
Path to the raw event file to be filtered. |
a boolean indicating weither or not the pop def passed the validation check.
1 2 3 | seaflow.path <- system.file("extdata", 'seaflow_cruise', package="flowPhyto")
pop.def <- readPopDef(seaflow.path)
validatePopDef(pop.def)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.