Github user sun-rui commented on the pull request:
https://github.com/apache/spark/pull/13109#issuecomment-219222873
This looks better. but the roxygen style is a little bit deviated. The
previous is like:
#' function name
#' description
Current is like:
#' function name - description
We may need a consistent roxygen style documentation. At least for two
styles:
one function for one RD
multiple functions for one RD
And also if you type '?corr' in R, only corr() for Column functions is
displayed. Since R is function oriented, I think two corr() descriptions
better to be displayed together in one page?
---
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]