unfold | R Documentation |
unfold()
helps unpack metadata associated with ion count
data loaded with read_IC()
. fold()
does the opposite an hides
the metadata as attribute of the tibble.
unfold(df, type = "metadata", merge = TRUE) fold(df, type, meta = NULL)
df |
A tibble containing ion count data along any point of the point- workflow |
type |
A character string identifying the metadata (default:
|
merge |
Logical dictating whether metadata is joined to the tibble or returned as a separate file. |
meta |
Additional tibble containing the metadata for storage along the main IC data. |
A tibble with metadata as an attribute, columns or as a seperate tibble.
tb_rw <- read_IC(point_example("2018-01-19-GLENDON"), hide = TRUE) # Unfold metadata unfold(tb_rw, merge = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.