
Add Unrendered Tags to List
AddUnrenderToList.Rd
This function is used internally.
It scans a template string for tags in the format {{tag}}
and adds any tags not already present
in the provided list to the list, assigning their unrendered form ({{tag}}
) as the value.
Value
A named list with the original elements of lList
, plus any new tags found in the template that were not already included.