pd_is {styler}R Documentation

Check whether a parse table corresponds to a certain expression

Description

Check whether a parse table corresponds to a certain expression

Usage

is_curly_expr(pd)

is_cond_expr(pd)

is_while_expr(pd)

is_function_call(pd)

is_function_dec(pd)

is_comment(pd)

Arguments

pd

A parse table.

Functions


[Package styler version 1.4.1 Index]