vecToArrayStr2 {pgTools} | R Documentation |
Write a PostgreSQL array as a string using format from a vector.
vecToArrayStr2(x, double_quote = TRUE)
x |
A vector. |
double_quote |
TRUE/FALSE, if TRUE, the elements of x will be double quoted. |
A string.
vecToArrayStr2(c("a", "b"))