darwin-eu / omopgenerics

https://darwin-eu.github.io/omopgenerics/
Apache License 2.0
2 stars 1 forks source link

issue #414 #420

Closed edward-burn closed 3 months ago

edward-burn commented 3 months ago

closes #414

Note this pr will fix the issue only if second or later is element is NULL. If the first element is NULL an error will still occur as R won't know to pass bind to bind.summarisedResult

edward-burn commented 3 months ago

@catalamarti looking again I don't see any easy way to get the bind(NULL, res3) test returning a result rather than an error. I don't think it is such a big deal (as empty results should be empty summarised results), but happy for you to take over the pr if you see an easy way to get it working