combine_list_objects: Combines two named lists. By default, shared keys are...

combine_list_objectsR Documentation

Combines two named lists. By default, shared keys are overwritten by that key in .new_list Any S3 classes will be inherited with those from .new_list given precedence.

Description

Combines two named lists. By default, shared keys are overwritten by that key in .new_list Any S3 classes will be inherited with those from .new_list given precedence.

Usage

combine_list_objects(.new_list, .old_list, .append = FALSE)

Arguments

.new_list

A named list

.old_list

A named list

.append

Shared keys will have their contents concatenated instead of overwriting from .new_list

Value

The combined list


metrumresearchgroup/rbabylon documentation built on April 21, 2024, 3:26 a.m.