vector_to_listsql: Transforms a vector into a string called within an sql...

View source: R/utilities.R

vector_to_listsqlR Documentation

Transforms a vector into a string called within an sql command e.g. c('A','B','C') => in ('A','B','C')

Description

Transforms a vector into a string called within an sql command e.g. c(A,B,C) => in ('A','B','C')

Usage

vector_to_listsql(vect)

Arguments

vect

a character vector

Value

A list of value

Author(s)

Cedric Briand cedric.briand@eptb-vilaine.fr


stacomiR documentation built on July 18, 2022, 5:09 p.m.