parse_transform_serialize_r {styler} | R Documentation |
Wrapper function for the common three operations.
parse_transform_serialize_r( text, transformers, base_indention, warn_empty = TRUE )
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 |
parse_transform_serialize_roxygen()