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

View source: R/utils.R

dbstrToNumArrayR Documentation

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

Description

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

Usage

dbstrToNumArray(theString)

Arguments

theString

The string containing the array of strings from DB array

Value

a numeric array with the components

Examples

dbstrToNumArray("{1,2,3}")

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