fillFields {LifeInsureR} | R Documentation |
Overwrite all existing fields with default values given
Description
Overwrite all existing fields in the first argument with values given in valuelist. Members of valuelist that are not yet in fields are ignored. This allows a huge valuelist to be used to fill fields in multiple lists with given structure.
Usage
fillFields(fields, valuelist)
Arguments
fields |
existing list |
valuelist |
list of fields to replace in |
Value
updated fields list
[Package LifeInsureR version 1.0.0 Index]