This repository was archived by the owner on Oct 28, 2019. It is now read-only.
This repository was archived by the owner on Oct 28, 2019. It is now read-only.
publishWebService without executing "fun" locally #126
Open
Description
In many of my tests with publishWebService, it failed because it's trying to execute locally the function to publish, using a subset of the data (hard coded to head(inputSchema)). This subset is often inappropriate (5 rows could be insufficient to execute some functions, not cover enough data to cover all cases, etc)
Question: Why exactly does the function need to be executed locally before publishing the service?
Would it be possible to allow bypassing this execution by specifying explicitly anything that is discovered dynamically by invoking the function?