View source: R/transform-files.R
parse_transform_serialize_r | R Documentation |
Wrapper function for the common three operations.
parse_transform_serialize_r(
text,
transformers,
base_indention,
warn_empty = TRUE,
is_roxygen_code_example = FALSE
)
text |
The text to parse. |
transformers |
Passed to |
base_indention |
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 |
warn_empty |
Whether or not a warning should be displayed when |
is_roxygen_code_example |
Is code a roxygen examples block? |
parse_transform_serialize_roxygen()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.