Learn R Programming

styler (version 0.0-8)

token_is_multi_line: Check whether a parse table is a multi-line token

Description

A token is a multi-line expression if and only if:

Usage

token_is_multi_line(pd)

Arguments

pd

A parse table.

Details

  • it contains a line break.

  • it has at least one child that is a multi-line expression itself.