spark-instrumented-optimizer/R/pkg
Narine Kokhlikyan e8f90d9dda [SPARK-10836] [SPARKR] Added sort(x, decreasing, col, ... ) method to DataFrame
the sort function can be used as an alternative to arrange(... ).
As arguments it accepts x - dataframe, decreasing - TRUE/FALSE, a list of orderings for columns and the list of columns, represented as string names

for example:
sort(df, TRUE, "col1","col2","col3","col5") # for example, if we want to sort some of the columns in the same order

sort(df, decreasing=TRUE, "col1")
sort(df, decreasing=c(TRUE,FALSE), "col1","col2")

Author: Narine Kokhlikyan <narine.kokhlikyan@gmail.com>

Closes #8920 from NarineK/sparkrsort.
2015-10-08 09:53:44 -07:00
..
inst [SPARK-10836] [SPARKR] Added sort(x, decreasing, col, ... ) method to DataFrame 2015-10-08 09:53:44 -07:00
R [SPARK-10836] [SPARKR] Added sort(x, decreasing, col, ... ) method to DataFrame 2015-10-08 09:53:44 -07:00
src-native [SPARK-6811] Copy SparkR lib in make-distribution.sh 2015-05-23 00:04:01 -07:00
tests [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
.lintr [SPARK-8537] [SPARKR] Add a validation rule about the curly braces in SparkR to .lintr 2015-06-22 14:35:38 -07:00
DESCRIPTION [SPARK-10752] [SPARKR] Implement corr() and cov in DataFrameStatFunctions. 2015-10-07 09:46:37 -07:00
NAMESPACE [SPARK-10752] [SPARKR] Implement corr() and cov in DataFrameStatFunctions. 2015-10-07 09:46:37 -07:00