vector_to_listsql {stacomiR}R 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


[Package stacomiR version 0.6.1 Index]