arrayStrToVec {pgTools}R Documentation

Write a PostgreSQL array as a string from a vector.

Description

Write a PostgreSQL array as a string from a vector.

Usage

arrayStrToVec(x)

Arguments

x

A vector.

Value

A string.

Examples

arrayStrToVec(vecToArrayStr(c("a", "b")))

[Package pgTools version 1.0.2 Index]