Wrapper function for the common three operations.
parse_transform_serialize_r(
text,
transformers,
base_indention,
warn_empty = TRUE,
is_roxygen_code_example = FALSE
)
The text to parse.
Passed to cache_make_key()
to generate a key.
Integer scalar indicating by how many spaces the whole
output text should be indented. Note that this is not the same as splitting
by line and add a base_indention
spaces before the code in the case
multi-line strings are present. See 'Examples'.
Whether or not a warning should be displayed when text
does not contain any tokens.
Is code a roxygen examples block?