This function is called inside annex()
.
Arguments
- x
data.frame to be processed.
- formula
object of class
Formula
, the formula provided toannex()
.- duplicate.action
can be
NULL
(no dedicated handling for duplicates) of a function. If function it must return a single numeric value, will be tested to be able to provide a useful error for the user if needed.- verbose
logical, verbosity (defaults to
FALSE
).