spark-instrumented-optimizer/R/pkg
felixcheung 2a4e00ca4d [SPARK-9803] [SPARKR] Add subset and transform + tests
Add subset and transform
Also reorganize `[` & `[[` to subset instead of select

Note: for transform, transform is very similar to mutate. Spark doesn't seem to replace existing column with the name in mutate (ie. `mutate(df, age = df$age + 2)` - returned DataFrame has 2 columns with the same name 'age'), so therefore not doing that for now in transform.
Though it is clearly stated it should replace column with matching name (should I open a JIRA for mutate/transform?)

Author: felixcheung <felixcheung_m@hotmail.com>

Closes #8503 from felixcheung/rsubset_transform.
2015-08-28 18:35:01 -07:00
..
inst [SPARK-9803] [SPARKR] Add subset and transform + tests 2015-08-28 18:35:01 -07:00
R [SPARK-9803] [SPARKR] Add subset and transform + tests 2015-08-28 18:35:01 -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 Bump SparkR version string to 1.5.0 2015-08-18 18:02:22 -07:00
NAMESPACE [SPARK-9803] [SPARKR] Add subset and transform + tests 2015-08-28 18:35:01 -07:00