Rdocumentation
powered by
Learn R Programming
CollapsABEL (version 0.10.11)
numVectorSQLRepr: String representation of a numeric vector for SQLite consumption
Description
Transform a numeric vector (e.g.
c(1, 2)
into a string representation that can be used in a SQLite query (e.g. "(1, 2)").
Usage
numVectorSQLRepr(vec, print_out = FALSE)
Arguments
vec
numeric.
print_out
logical. Whether to print out the string representation.