Update a subset of list elements
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()