Skip to content
Snippets Groups Projects
Commit 75d4773a authored by felixcheung's avatar felixcheung Committed by Shivaram Venkataraman
Browse files

[SPARK-9316] [SPARKR] Add support for filtering using `[` (synonym for filter / select)

Add support for
```
   df[df$name == "Smith", c(1,2)]
   df[df$age %in% c(19, 30), 1:2]
```

shivaram

Author: felixcheung <felixcheung_m@hotmail.com>

Closes #8394 from felixcheung/rsubset.
parent 321d7759
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment