parse_transform_serialize_r_block {styler} | R Documentation |
We process blocks of nested parse tables for speed. See cache_find_block()
for details on how a top level nest is split into blocks.
parse_transform_serialize_r_block(pd_nested, start_line, transformers)
pd_nested |
A block of the nested parse table. |
start_line |
The line number on which the code starts. |
transformers |
A list of named transformer functions |