How to turn list into string with quotation marks for each value?

前端 未结 0 1994
耶瑟儿~
耶瑟儿~ 2020-12-09 21:27

I have a list:

id<- c(\'22~1\', \'85L3~1\')

I want to turn it into string like this:

id IN (\'22~1\', \'85L3~1\')


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题