R/align.R
align_arrow.Rd
Align a highlighted region's assignment operators.
align_arrow()
Aligns the single assignment operators (<-) within a highlighted region.
<-
if (FALSE) { remedy_example( c( "# Align arrows", "a <- 12", "aaa <- 13"), align_arrow ) }