serialize_parse_data_flattened {styler}R Documentation

Serialize flattened parse data

Description

Collapses a flattened parse table into character vector representation.

Usage

serialize_parse_data_flattened(flattened_pd, start_line = 1)

Arguments

flattened_pd

A flattened parse table.

start_line

The line number on which the code starts.


[Package styler version 1.1.1 Index]