search for: quotec

Displaying 1 result from an estimated 1 matches for "quotec".

Did you mean: quote
2018 Jul 05
0
write.table with quote=TRUE fails on nested data.frames
...qmethod = c("escape", "double"), fileEncoding = "") { qmethod <- match.arg(qmethod) if (is.logical(quote) && (length(quote) != 1L || is.na(quote))) stop("'quote' must be 'TRUE', 'FALSE' or numeric") quoteC <- if (is.logical(quote)) quote else TRUE qset <- is.logical(quote) && quote if (!is.data.frame(x) && !is.matrix(x)) x <- data.frame(x) makeRownames <- isTRUE(row.names) makeColnames <- is.logical(col.names) && !identical(FALSE,...