align_arrow: Align a highlighted region's assignment operators.

Description Usage Value Examples

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)

Example output

{remedy} not available in non-interactive sessions.

remedy documentation built on May 2, 2019, 8:30 a.m.