dot-createCyVpPorD: Helper to create structure for classes...

.createCyVpPorDR Documentation

Helper to create structure for classes CyVisualPropertyProperties and CyVisualPropertyDependencies

Description

Helper to create structure for classes CyVisualPropertyProperties and CyVisualPropertyDependencies

Usage

.createCyVpPorD(name = NULL, value, .log = "")

Arguments

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

Value

data.frame

Note

Internal function only for convenience

See Also

Used in CyVisualPropertyProperties, CyVisualPropertyDependencies and CyVisualPropertyMappings

Examples

## 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)

frankkramer-lab/RCX documentation built on Feb. 4, 2023, 5:12 p.m.