Skip to content
Back to formatted view

Raw Message

Message-ID: <1318317794793-3893061.post@n4.nabble.com>
Date: 2011-10-11T07:23:14Z
From: arunkumar1111
Subject: How to add a double quote to a string

Hi 

I want to add a double quote to a string

eg


Expected output = DROP TABLE  IF EXISTS "abc"

My code

tab=c("abc")
query = paste("DROP TABLE IF EXISTS ",tab,sep="")

Please help me to solve this problem


--
View this message in context: http://r.789695.n4.nabble.com/How-to-add-a-double-quote-to-a-string-tp3893061p3893061.html
Sent from the R help mailing list archive at Nabble.com.