Rdpack (version 0.4-20)

Rdo_flatinsert: Insert content in an Rd fragment

Description

Insert content in an Rd fragment.

Usage

Rdo_flatinsert(rdo, val, pos, before = TRUE)
Rdo_flatremove(rdo, from, to)

Arguments

rdo
an Rd object.
val
the value to insert.
pos
poistion.
before
if TRUE insert pushing the elemnt at pos forward.
from
beginning of the region to remove.
to
end of the region to remove.

Value

the modified rdo

Details

Rdo_flatinsert inserts val at position pos, effectively by concatenation.

Rdo_flatremove removes elements from from to to.