Description Usage Arguments Value
Wrapper function that takes a data.table containing header information and a 'Comment' column full of text. The 'Comment' column is parsed and a data.table with additional columns is returned. The original 'Comment' column is removed.
1 | .parseHeaderDt(headerDt, commentType = commentType)
|
headerDt |
a data.table returned from .processHeader() |
commentType |
either 'NIST' or 'MoNA' - used for comment parsing |
a data.table with additional parsed fields from the comment comment strings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.