Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/16609#discussion_r97192807
--- Diff: R/pkg/R/DataFrame.R ---
@@ -78,6 +78,55 @@ dataFrame <- function(sdf, isCached = FALSE) {
############################ SparkDataFrame Methods
##############################################
+#' storageName
+#'
+#' Return a SparkDataFrame's name.
+#'
+#' @param x The SparkDataFrame whose name is returned.
+#' @family SparkDataFrame functions
+#' @rdname storageName
+#' @examples
+#'\dontrun{
+#' sparkR.session()
+#' path <- "path/to/file.json"
+#' df <- read.json(path)
+#' storageName(df)
--- End diff --
since they have the same `rdname` instead of two blocks of examples you
should merge into one.
In that case it would make more sense to check `storageName` - here
checking without setting it first doesn't seem to make a lot of sense?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]