Get the function with the specified name
getFunc.Rd
Get the function with the specified name
Note
since 3.4.0. Use different name with the scala/python side, to avoid the signature conflict with built-in "getFunction".
Examples
if (FALSE) {
sparkR.session()
func <- getFunc("spark_catalog.default.myFunc")
}