exportVariableMetadata-proFIAset-method: Export variable metadata.

Description Usage Arguments Value Examples

Description

Export the variable metadata of an experiment, to be used for statistical analysis.

Usage

1
2
## S4 method for signature 'proFIAset'
exportVariableMetadata(object, filename = NULL)

Arguments

object

A proFIAset object.

filename

If not NULL the result will be written in filename

Value

A dataframe with the following columns :

Examples

1
2
3
4
5
if(require(plasFIA)){
  data(plasSet)
  vtab<-exportVariableMetadata(plasSet)
  head(vtab)
}

proFIA documentation built on March 20, 2021, 6 p.m.