isa_rows_add(x, n, total = FALSE, replicate = TRUE)
Arguments
x
an isatab object
n
number of rows to add
total
if TRUE, the resulting isatab object will have n rows.
replicate
If true (default), the values in the last row of the isatabs will be replicated.
Otherwise, empty rows will be added.
Value
An object of class isatab with expanded rows
Details
Expand the isatab by adding rows. If total parameter is TRUE, the
number of rows to be added will be such that the final number of rows is
n. However, if n is smaller than current number of rows, no rows
will be removed.