View source: R/read_functions.R
merge_xvg_data | R Documentation |
combines multiple xvg data objects into a single structure, preserving metadata from the first object and adding a group identifier to track the source of each data point.
merge_xvg_data(xvg_data)
xvg_data |
a list of xvg data objects, each containing 'data' and 'metadata' components |
a merged xvg data object with:
data - Combined data frame with an additional 'group' column identifying the source
metadata - Metadata from the first object in the list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.