neo4j-rstats / neo4r

A Modern and Flexible Neo4J Driver
https://neo4j-rstats.github.io/user-guide/
Other
106 stars 30 forks source link

Feature request: option to suppress "No data returned" message when parsing results #90

Open alexpghayes opened 3 years ago

alexpghayes commented 3 years ago

in https://github.com/neo4j-rstats/neo4r/blob/d23198dc7ba0d6a4805a29456770d0df7ea28f82/R/api_result_parsing.R#L170

I have a use case where this is expected and easy to handle but the message makes it look like something is wrong. However, if I wrap call_neo4j() in suppressMessages() the user may miss other important messages that indicate actual errors.