I receive a character string "{1,0,0,0,0,0}" created as a textual representation of a vector (integer[]) by postgresql and have to cast it into a R integer/numeric vector. Is there any efficient way to convert v into a R representation of a vector? Thanks in advance.I receive a character string "{1,0,0,0,0,0}" cr