Yanbo Liang created SPARK-11755:
-----------------------------------

             Summary: SparkR can not output help information for 
SparkR:::predict
                 Key: SPARK-11755
                 URL: https://issues.apache.org/jira/browse/SPARK-11755
             Project: Spark
          Issue Type: Bug
          Components: ML, R
            Reporter: Yanbo Liang


R users often get help information for a method like this:
{code}
> ?predict
{code}
or 
{code}
> help(predict)
{code}
For SparkR we should provide the help information for the SparkR package and 
base R package(usually stats package).
But for "predict" method, it can only output the help information from 
package:stats.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to