dbstrToStrArray: Function to convert from a database-recovered string to an...

View source: R/utils.R

dbstrToStrArrayR Documentation

Function to convert from a database-recovered string to an array of strings

Description

Function to convert from a database-recovered string to an array of strings

Usage

dbstrToStrArray(theString)

Arguments

theString

The string containing the array of strings from DB array

Value

a string array with the components

Examples

dbstrToStrArray("{a,b,c}")

yazun/dpcgR documentation built on Feb. 2, 2024, 7:12 p.m.