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)

jixing475/manuscriptsJX documentation built on April 20, 2020, 9:55 a.m.