parse_logbook | R Documentation |
Will parse based on various REGEX capturing groups:
parse_logbook(
baton_logbook,
target = c("PASS", "PASS_NUMBER", "DATE", "TIME", "DATETIME", "MESSAGE_TYPE",
"MESSAGE")
)
baton_logbook |
A baton or a vector containing a baton's logbook details. |
target |
Character vector for parsing target in logbook (one of: 'PASS', 'PASS_NUMBER', 'DATETIME', 'DATE' 'TIME', , 'MESSAGE_TYPE', 'MESSAGE'). |
"Group 1"entire content
"Group 2"pass number
"Group 3"DateTime
"Group 4"Date
"Group 5"Time
"Group 6"message type
"Group 7"message content
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.