View source: R/B004_inheritParameters.R
inheritParameters | R Documentation |
Combines parameters from two objects, for example a component and its parent layer.
inheritParameters( parentList, childList, classes = as.character(), applyShortcuts = TRUE, useGrid = FALSE )
parentList, childList |
lists of parameters. In case of a clash, the childList takes precedence. |
classes |
list of classes |
applyShortcuts |
CURRENTLY ALWAYS TRUE??? |
useGrid |
logical. Needed to apply shortcuts. |
Returns a list that combines parentList and childList, but resolves any conflicts in favour of the child.
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.