Description Usage Arguments Details Value
Parse
1 |
x |
A named list, similar to that produced by |
definition |
A named vector, specifying functions or things that can be coerced to functions (see Details). |
.default |
The default parsing function to use, if none is specified. |
This function takes a list containing the raw (internal) MKM data objects produced by read_mkm
and applies a function to each section. The purpose is to provide a flexible way to coerce the raw data (and possibly formatting information) into a usable data structure.
Parsing functions are applied based on name. If no function is specified for a given section, then the function specified by .default
is used. A number of in-built functions are provided (see ff
)
A named list with length(sections)
items, each containing the output of the running the function against the named section, or the default function, if none is supplied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.