Description Usage Arguments Details Value Author(s)
Compiles data with meta-data using the standardized sample names. The compiled datasets can be readily exported as Excel sheets.
1 | compile_data(dat, meta, na.rm = TRUE)
|
dat |
A MarineDatabase data object. A data file that has passed through one of the process data functions in the MarineDatabase package, such as |
meta |
A |
na.rm |
Logical indicating whether sample names that are missing from meta-data should be removed. Defaults TRUE. |
The sample_name column is used to merge data. Sample names in dat and meta have to match and be unique.
Returns a data frame that contains all entries in dat that could be merged with meta.
Mikko Vihtakari
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.