Description Usage Arguments Value Examples
View source: R/combine_matadata.R
Combine table and metadata
1 | combine_metadata(table, metadata, convert = FALSE)
|
table |
tibble |
metadata |
tibble |
convert |
logical |
tibble
1 2 3 | data(metadata)
data(ko_abundance)
combine_table <- combine_metadata(ko_abundance, metadata, convert = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.