.createCyVpPorD | R Documentation |
Helper to create structure for classes CyVisualPropertyProperties and CyVisualPropertyDependencies
.createCyVpPorD(name = NULL, value, .log = "")
name |
character, optional; name of the properties |
value |
character or named character; value of the properties |
.log |
character (optional); name of the calling function used in logging |
data.frame
Internal function only for convenience
Used in CyVisualPropertyProperties
, CyVisualPropertyDependencies
and CyVisualPropertyMappings
## Not run: data1 = c(NODE_BORDER_STROKE="SOLID", NODE_BORDER_WIDTH="1.5") .createCyVpPorD(value=data1) key1 = c("NODE_BORDER_STROKE", "NODE_BORDER_WIDTH") value1 = c("SOLID", "1.5") .createCyVpPorD(key1, value1) # Result for either: # name value # 1 NODE_BORDER_STROKE SOLID # 2 NODE_BORDER_WIDTH 1.5 ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.