update_list_elements: Update a subset of list elements

update_list_elementsR Documentation

Update a subset of list elements

Description

Update a subset of list elements

Usage

update_list_elements(
  source_list,
  update_list,
  list_layer_num = 1,
  verbose = FALSE,
  ...
)

Details

This function is intended to help update a nested source_list, a subset of whose values should be replaced with entries in update_list, leaving any original entries in source_list which were not defined in update_list.

This function may be useful when manipulating lattice or ggplot2 graphical parameters, which are often stored in a nested list structure.

See Also

Other jamses utilities: fold_to_log2fold(), log2fold_to_fold(), mark_stat_hits(), se_collapse_by_column(), se_collapse_by_row(), se_rbind(), shrinkDataFrame(), shrink_df(), strsplitOrdered(), sub_split_vector(), update_function_params()


jmw86069/jamses documentation built on May 31, 2024, 1:36 p.m.