Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/DataFormat_Utils.R
converts a DarwinCore extended Measurement Or Fact (eMOF) file, which is has a "long" file format into a wide tabular format
1 | eMoF.to.wideTable(dataset)
|
dataset |
a dataframe of the eMoF file |
Long formated data if great for data arciving, but is difficult to use in day-to-day statistical analyses. This function extracts the data from an eMoF file and puts it in a wide sample x variable table
a list of length 3: "$data" the data in a wide formt, "$units" the units, and "$method" the methods
Maxime Sweetlove
Other formating functions:
combine.data.frame()
,
combine.data()
,
wideTab.to.hierarchicalTab()
,
wideTable.to.eMoF()
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.