MetadataActionSplit | R Documentation |
Metadata action: split
Metadata action: split
Split (in read direction) a string field into a character vector according to a separator.
SpectraMapping::MetadataActionBase
-> MetadataActionSplit
process_read()
read implementation
MetadataActionSplit$process_read(data, params)
data
MsBackendMapping
to execute the metadata mapping step on
params
List of parameters for a single action (one params
entry fully merged.)
process_write()
write implementation
MetadataActionSplit$process_write(data, params)
data
MsBackendMapping
to execute the metadata mapping step on
params
List of parameters for a single action (one params
entry fully merged.)
clone()
The objects of this class are cloneable with this method.
MetadataActionSplit$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.