align_arrow {remedy} | R Documentation |
Align a highlighted region's assignment operators.
Description
Align a highlighted region's assignment operators.
Usage
align_arrow()
Value
Aligns the single assignment operators (<-
) within a highlighted region.
Examples
## Not run:
remedy_example(
c( "# Align arrows",
"a <- 12",
"aaa <- 13"),
align_arrow
)
## End(Not run)
[Package remedy version 0.1.0 Index]