printListProp: Assemble a BioLockJ list property

Description Usage Arguments Value See Also Examples

View source: R/printListProp.R

Description

Assemble a BioLockJ list property

Usage

1
printListProp(values)

Arguments

values

a vecotr of values to combine as one list property

Value

a single string representing the set of values as a comma-separated list

See Also

parseListProp

Examples

1
2
printListProp(c("one", "two", "three"))
#> [1] "one, two, three"

BioLockJ-Dev-Team/BioLockR documentation built on March 9, 2021, 10:43 p.m.