parseListProp: Separate elements of a BioLockJ list property

Description Usage Arguments Value See Also Examples

View source: R/parseListProp.R

Description

Separate elements of a BioLockJ list property

Usage

1

Arguments

value

the single-string value a property

Value

a character vector of the separated elements of the list

See Also

printListProp

Examples

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

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