styler-package |
styler: Non-Invasive Pretty Printing of R Code |
cache_activate |
Activate or deactivate the styler cache |
cache_clear |
Clear the cache |
cache_deactivate |
Activate or deactivate the styler cache |
cache_info |
Show information about the styler cache |
caching |
Remember the past to be quicker in the future |
compute_parse_data_nested |
Obtain a nested parse table from a character vector |
create_style_guide |
Create a style guide |
is_asymmetric_tilde_expr |
What is a parse table representing? |
is_comment |
What is a parse table representing? |
is_conditional_expr |
What is a parse table representing? |
is_curly_expr |
What is a parse table representing? |
is_for_expr |
What is a parse table representing? |
is_function_call |
What is a parse table representing? |
is_function_declaration |
What is a parse table representing? |
is_symmetric_tilde_expr |
What is a parse table representing? |
is_tilde_expr |
What is a parse table representing? |
is_while_expr |
What is a parse table representing? |
math_token_spacing |
Specify spacing around math tokens |
next_non_comment |
Find the index of the next or previous non-comment in a parse table. |
pd_is |
What is a parse table representing? |
previous_non_comment |
Find the index of the next or previous non-comment in a parse table. |
print.vertical |
Print styled code |
reindention |
Specify what is re-indented how |
scope_normalize |
Convert the styling scope to its lower-level representation |
specify_math_token_spacing |
Specify spacing around math tokens |
specify_reindention |
Specify what is re-indented how |
specify_transformers_drop |
Specify which tokens must be absent for a transformer to be dropped |
styler |
styler: Non-Invasive Pretty Printing of R Code |
stylerignore |
Turn off styling for parts of the code |
styler_addins |
Stylers for RStudio Addins |
style_dir |
Prettify arbitrary R code |
style_file |
Style files with R source code |
style_pkg |
Prettify R source code |
style_text |
Style a string |
tidyverse_math_token_spacing |
Specify spacing around math tokens |
tidyverse_reindention |
Specify what is re-indented how |
tidyverse_style |
The tidyverse style |