updatelist: Update dest with the values in src, removing any values from...

View source: R/ListUtil.r

updatelistR Documentation

Update dest with the values in src, removing any values from dest that don't exist in src.

Description

Use this to update a dest list when the ordering of src is different from dest and you wish to preserve the dest list ordering.

Usage

updatelist(dest, src)

Arguments

dest

dest list

src

src list

Value

the list "dest" after updated.


kcha193/simarioV2 documentation built on April 8, 2024, 4:51 p.m.