mergeDefs {RGtkBindingGenerator} | R Documentation |
This combines the definitions read from different .defs files
into a single object containing the unique definitions.
No effort is made to determine if duplicated definitions agree.
They are simple discared and the value in into
is maintained.
mergeDefs(from, into)
from |
the "new" definitions whch are to be combined with thos in
into . Definitions in any of the categories of this object
that have the same name as a definition in the corresponding
category of into will be discarded.
In such cases, a warning is generated.
|
into |
the original/master definitions which are to be augmented
with those from from . |
An object identical in top-level structure
to into
with the elements containing
the result of merging the elements from from
and into
.