override.Rd
This function takes two names lists or two named vectors and replaces all value with a bespoke specification with that bespoke specification.
override(default, bespoke)
A vector that is the union of default
and bespoke
, but for
all elements that occur in both, the version from bespoke
.