Description
R users often get help information for a method like this:
> ?predict
or
> help(predict)
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.