combine_children | R Documentation |
Binds two parse tables together and arranges them so that the tokens are in the correct order.
combine_children(child, internal_child)
child |
A parse table or |
internal_child |
A parse table or |
Essentially, this is a wrapper around vctrs::vec_rbind()], but
returns NULL
if the result of vctrs::vec_rbind()] is a data frame with
zero rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.