Align a highlighted region's assignment operators.

align_arrow()

Value

Aligns the single assignment operators (<-) within a highlighted region.

Examples

if (FALSE) { remedy_example( c( "# Align arrows", "a <- 12", "aaa <- 13"), align_arrow ) }