LG_update_list: Updating of internal lists.

View source: R/LG_update_list.R

LG_update_listR Documentation

Updating of internal lists.

Description

This internal function is primarily used to update the curlicues-list.

Usage

LG_update_list(.new, .old)

Arguments

.new

A list that should be used to update (or add) content to the list given in .old

.old

The list to be updated with the content from the list given in .new.

Value

The result of this function will be an updated version of the list given in .old. Things in .new that is not present in .old will be added, whereas those parts that occur both places will be updated.


LAJordanger/localgaussSpec documentation built on May 6, 2023, 4:31 a.m.