vecToArrayStr2 {pgTools}R Documentation

Write a PostgreSQL array as a string using format from a vector.

Description

Write a PostgreSQL array as a string using format from a vector.

Usage

vecToArrayStr2(x, double_quote = TRUE)

Arguments

x

A vector.

double_quote

TRUE/FALSE, if TRUE, the elements of x will be double quoted.

Value

A string.

Examples

vecToArrayStr2(c("a", "b"))

[Package pgTools version 1.0.2 Index]