Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

combine_children

Combine child and internal child


Description

Binds two parse tables together and arranges them so that the tokens are in the correct order.

Usage

combine_children(child, internal_child)

Arguments

child

A parse table or NULL.

internal_child

A parse table or NULL.

Details

Essentially, this is a wrapper around dplyr::bind_rows(), but returns NULL if the result of dplyr::bind_rows() is a data frame with zero rows.


styler

Non-Invasive Pretty Printing of R Code

v1.4.1
MIT + file LICENSE
Authors
Kirill Müller [aut], Lorenz Walthert [cre, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.