Merges a set of attributes with a given template. To avoid redundanct attributes being added to the final list, a list of default values (based of the specific panel creation callback formals) is used to validate the need of the argument value in the final list.
Source:R/templates.R
applyTemplate.Rd
Merges a set of attributes with a given template. To avoid redundanct attributes being added to the final list, a list of default values (based of the specific panel creation callback formals) is used to validate the need of the argument value in the final list.
Arguments
- attributes
The manually given attribute values that will take priority during the merge.
- template
The name of the template to merge, or the resulting value from using makeTemplate() to generate a template object.
- defaults
The default values of the grid callback.
- type
The type of css grid of the template.