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: choose_annotation_colnames(), contrast2comp_dev(), fold_to_log2fold(), intercalate(), list2im_opt(), log2fold_to_fold(), make_block_arrow_polygon(), mark_stat_hits(), matrix_normalize(), point_handedness(), point_slope_intercept(), shortest_unique_abbreviation(), shrinkDataFrame(), shrink_df(), shrink_matrix(), sort_samples(), strsplitOrdered(), sub_split_vector(), update_function_params()


jmw86069/jamses documentation built on Nov. 4, 2024, 9:25 p.m.