Hello everyone,
It's my first time trying to use sparklyr.
I would like to use my custom-made library, which is not published in CRAN.
To my knowledge so far, I can evaluate a user defined function via spark_apply and spark_apply doesn't like nested functions.
My question is: I'm connecting locally via spark_connect and trying to execute a function from my custom-made library. It is not working. Is this happening because of the existence of nested functions in my package or for some other reason?
Is there any workaround in order to use directly the functions of my package?
Thank you in advance,
Angelica