aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJunyang Qian <junyangq@databricks.com>2016-08-24 10:40:09 -0700
committerFelix Cheung <felixcheung@apache.org>2016-08-24 10:40:09 -0700
commitd2932a0e987132c694ed59515b7c77adaad052e6 (patch)
treed2838a0e170a1f9c0dc8416191ff9478c9a00a21 /R
parent45b786aca2b5818dc233643e6b3a53b869560563 (diff)
downloadspark-d2932a0e987132c694ed59515b7c77adaad052e6.tar.gz
spark-d2932a0e987132c694ed59515b7c77adaad052e6.tar.bz2
spark-d2932a0e987132c694ed59515b7c77adaad052e6.zip
[SPARKR][MINOR] Fix doc for show method
## What changes were proposed in this pull request? The original doc of `show` put methods for multiple classes together but the text only talks about `SparkDataFrame`. This PR tries to fix this problem. ## How was this patch tested? Manual test. Author: Junyang Qian <junyangq@databricks.com> Closes #14776 from junyangq/SPARK-FixShowDoc.
Diffstat (limited to 'R')
-rw-r--r--R/pkg/R/DataFrame.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/R/pkg/R/DataFrame.R b/R/pkg/R/DataFrame.R
index 52a6628ad7..e12b58e2ee 100644
--- a/R/pkg/R/DataFrame.R
+++ b/R/pkg/R/DataFrame.R
@@ -212,9 +212,9 @@ setMethod("showDF",
#' show
#'
-#' Print the SparkDataFrame column names and types
+#' Print class and type information of a Spark object.
#'
-#' @param object a SparkDataFrame.
+#' @param object a Spark object. Can be a SparkDataFrame, Column, GroupedData, WindowSpec.
#'
#' @family SparkDataFrame functions
#' @rdname show