Learn R Programming

pgTools (version 1.0.2)

arrayStrToVec: Write a PostgreSQL array as a string from a vector.

Description

Write a PostgreSQL array as a string from a vector.

Usage

arrayStrToVec(x)

Value

A string.

Arguments

x

A vector.

Examples

Run this code
arrayStrToVec(vecToArrayStr(c("a", "b")))

Run the code above in your browser using DataLab