Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

LibraryExecutionError if function returns empty data.frame() #132

Open
tschager opened this issue May 8, 2018 · 0 comments
Open

LibraryExecutionError if function returns empty data.frame() #132

tschager opened this issue May 8, 2018 · 0 comments

Comments

@tschager
Copy link

tschager commented May 8, 2018

A webservice returning an empty array fails with "Module execution encountered an internal library error."

df <- data.frame(x=1,y=2)
func <- function(df) {
  return(data.frame())
}
service <- publishWebService(ws.priv,func,"testService",inputSchema = df)
consume(service,df)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant