oxford-pharmacoepi / Tidy-R-programming-with-OMOP

Tidy R programming with the OMOP common data model
https://dpa-pde-oxford.quarto.pub/an-introduction-to-tidy-r-programming-with-the-omop-common-data-model/
2 stars 0 forks source link

summarise vs summariseQuantile #4

Open edward-burn opened 11 months ago

edward-burn commented 11 months ago

@ablack3 at the moment in chapter 3 we show the use of quantile inside summarise. However CDMConnector provides summariseQuantile as an alternative that better ensures cross-platform support, so I'm not sure if we should promote the use of summariseQuantile here. I suppose this depends on whether we think it will be possible to deprecate summariseQuantile in the relatively near future?