I have the following data in c.
c <- "'1WK4166', 'ULTQVY8', 'TZDNZX0', '895K3D8', 'RG1NSW9', 'BH73P1', 'WQ9J84'"
I am trying to paste the exact output but I don't want the first and last quotiation ("") and want the whole string to be in brackets. as such
('1WK4166', 'ULTQVY8', 'TZDNZX0', '895K3D8', 'RG1NSW9', 'BH73P1', 'WQ9J84')
The reason I am asking is that I am pasting this into an SQL Query.