addTo {Nozzle.R1}R 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


[Package Nozzle.R1 version 1.1-1.1 Index]