Skip to content
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.

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

@tschager

Description

@tschager

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions