Learn R Programming

styler (version 0.0-8)

create_filler: Enrich parse table with space and line break information

Description

This function computes difference (as column and line difference) between two entries in the parse table and adds this information to the table.

Usage

create_filler(pd_flat)

Arguments

pd_flat

A parse table.

Value

A parse table with two three columns: lag_newlines, newlines and spaces.