Github user falaki commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11336#discussion_r82887445
  
    --- Diff: R/pkg/R/DataFrame.R ---
    @@ -1035,10 +1035,17 @@ setMethod("dim",
                 c(count(x), ncol(x))
               })
     
    -#' Collects all the elements of a SparkDataFrame and coerces them into an 
R data.frame.
    +#' Download Spark datasets into R
     #'
    -#' @param x a SparkDataFrame.
    -#' @param stringsAsFactors (Optional) a logical indicating whether or not 
string columns
    +#' If applied to a SparkDataFrame, \code{collect} returns a data.frame. If 
applied to a 
    --- End diff --
    
    Do we still want this documentation?


---
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]

Reply via email to