search for: colspec

Displaying 2 results from an estimated 2 matches for "colspec".

Did you mean: comspec
2005 Feb 24
2
sqlSave reports invalid regular expression '[^[:alnum]_]+' (PR#7703)
...d and I have not updated MySQL. > sqlSave(lh, data, "survey") Error in gsub(pattern, replacement, x, ignore.case, extended, fixed) : invalid regular expression '[^[:alnum]_]+' > traceback() 4: gsub("[^[:alnum]_]+", "", colnames) 3: mangleColNames(names(colspecs)) 2: sqltablecreate(tablename, colspecs = colspecs, keys = keys) 1: sqlSave(lh, data, "survey") > str(data) `data.frame': 192 obs. of 171 variables: [...] (I can send the whole structure if that will help) > version _ platform i686-pc-linu...
2005 Feb 24
0
sqlSave reports invalid regular expression '[^[:alnum]_]+' (PR#7704)
...> >> sqlSave(lh, data, "survey") > Error in gsub(pattern, replacement, x, ignore.case, extended, fixed) : > invalid regular expression '[^[:alnum]_]+' >> traceback() > 4: gsub("[^[:alnum]_]+", "", colnames) > 3: mangleColNames(names(colspecs)) > 2: sqltablecreate(tablename, colspecs = colspecs, keys = keys) > 1: sqlSave(lh, data, "survey") > >> str(data) > `data.frame': 192 obs. of 171 variables: > [...] > (I can send the whole structure if that will help) > >> version > _ &gt...