align_arrow: Align a highlighted region's assignment operators.

Description Usage Value Examples

View source: R/align.R

Description

Align a highlighted region's assignment operators.

Usage

1

Value

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

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
remedy_example(
    c( "# Align arrows",
    "a <- 12", 
    "aaa <- 13"), 
    align_arrow
    )

## End(Not run)

ThinkR-open/remedy documentation built on Aug. 26, 2020, 5:45 p.m.