align_arrow {remedy} | R Documentation |
Align a highlighted region's assignment operators.
align_arrow()
Aligns the single assignment operators (<-
) within a highlighted region.
## Not run: remedy_example( c( "# Align arrows", "a <- 12", "aaa <- 13"), align_arrow ) ## End(Not run)