next_non_comment {styler}R Documentation

Find the index of the next non-comment in a parse table

Description

Find the index of the next non-comment in a parse table

Usage

next_non_comment(pd, pos)

Arguments

pd

A parse table.

pos

The position of the token to start the search from.


[Package styler version 1.0.2 Index]