-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-10214][SparkR][Docs] Improve SparkR Column, DataFrame API docs #8414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@yu-iskw I don't seem to have permission to access the google drive PDF ? |
|
@shivaram sorry, I modified the permission. |
|
From the PDF it looks like there are 3 or 4 more such methods: I could spot |
|
Also one more minor thing is that the |
|
Test build #41524 has finished for PR 8414 at commit
|
|
It's my fault. I have fixed them. |
|
LGTM. Will merge once Jenkins passes |
|
Test build #41525 has finished for PR 8414 at commit
|
cc: shivaram
## Summary
- Add name tags to each methods in DataFrame.R and column.R
- Replace `rdname column` with `rdname {each_func}`. i.e. alias method : `rdname column` => `rdname alias`
## Generated PDF File
https://drive.google.com/file/d/0B9biIZIU47lLNHN2aFpnQXlSeGs/view?usp=sharing
## JIRA
[[SPARK-10214] Improve SparkR Column, DataFrame API docs - ASF JIRA](https://issues.apache.org/jira/browse/SPARK-10214)
Author: Yu ISHIKAWA <[email protected]>
Closes #8414 from yu-iskw/SPARK-10214.
(cherry picked from commit d4549fe)
Signed-off-by: Shivaram Venkataraman <[email protected]>
|
Thank you for merging it! |
cc: @shivaram
Summary
@rdname columnwith@rdname {each_func}. i.e. alias method :@rdname column=>@rdname aliasGenerated PDF File
https://drive.google.com/file/d/0B9biIZIU47lLNHN2aFpnQXlSeGs/view?usp=sharing
JIRA
[SPARK-10214] Improve SparkR Column, DataFrame API docs - ASF JIRA