to_array {pathling} | R Documentation |
Convert a vector to a SQL array literal
Description
Converts a vector to an expression with the corresponding SQL array literal.
Usage
to_array(value)
Arguments
value |
A character or numeric vector to be converted |
Value
The quosure
with the SQL array literal that can be used in dplyr::mutate
.
[Package pathling version 7.0.0 Index]