search for: adquot

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

Did you mean: dquot
2006 Jul 13
1
writeForeignSAS and potential extensions
....Names = c("a.b", "alphabetsoup", "datevar1", "datetimevar1", "charactervariable"), row.names = c("1", "2"), class = "data.frame") require(foreign) ### adQuote here to (temporarily) avoid ':::' adQuote <- function (x) paste("\"", x, "\"", sep = "") dfile <- file.path(tempdir(), "test.dat") cfile <- file.path(tempdir(), "test.sas") write.foreign(d, datafile = dfile, codefile = c...
2006 Jan 11
3
SPSS and R ? do they like each other?
... and is there also such a nice tool (like spss.get) for exporting data frames to SPSS? write.table does not keep the data frame labels - neither did the other exporting tools that I found. Thanks! Michael [[alternative HTML version deleted]]