addTo: Add child elements to a parent element.

View source: R/nozzle.R

addToR Documentation

Add child elements to a parent element.

Description

Add child elements to a parent element.

Usage

  addTo(parent, ..., row = NA, column = NA)

Arguments

parent

Parent element.

...

One or more child elements.

row

If parent element is a table row and column indices must be provided to add supplementary results to cell in the table.

column

If parent element is a table row and column indices must be provided to add supplementary results to cell in the table.

Value

Updated parent element.

Author(s)

Nils Gehlenborg nils@hms.harvard.edu


Nozzle.R1 documentation built on June 23, 2022, 9:10 a.m.