We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c3c4a commit 5063f5fCopy full SHA for 5063f5f
R/pkg/R/DataFrame.R
@@ -664,7 +664,7 @@ setMethod("saveAsParquetFile",
664
#' write.text
665
#'
666
#' Saves the content of the DataFrame in a text file at the specified path.
667
-#' The DataFrame must have only one column that is of string type.
+#' The DataFrame must have only one column of string type with the name "value".
668
#' Each row becomes a new line in the output file.
669
670
#' @param x A SparkSQL DataFrame
0 commit comments