Stefan Bundfuss
Stefan Bundfuss
I think `near()` does what the name suggests: it tests if the absolute difference of two numbers is small. However, the documentation is misleading. > This is a safe way...
> Order of derivation can (and should) be dynamic and automated based on explicit dependencies @TeMeta , I'm not sure if this would work and if it is desirable. I...
> It would be good to figure out how to leverage/add to the existing [MethodDef ](https://cdisc-org.github.io/DataExchange-ODM-LinkML/MethodDef/) structure from CDISC ODMv2 and future Define versions so that it can evolve into...
Great, looking forward to the new version.
Looks good to me. It would solve the issues we had in our project when comparing datasets. Would the new feature also allow to implement user specific comparisons? I recently...
> @bundfussr > > Can I just double check what you mean by: > > > Would the new feature also allow to implement user specific comparisons? > > Do...
> I think we have 2 other possible solutions for storing the country codes: > > 1. Have a function called `get_country_codes` with the tibble inside it, then user can...
> One question I had was around the `format.basket_select` function, is this still needed with the new ERROR messaging using `cli_abort()`, if it is, then this probably needs updated to...
Shouldn't we have "[skip vbump]" in the title to avoid that the version is changed to 1.1.0.9000?
Our functions expect "many-to-one" but do not use the `relationship` argument. Our own check function is used to ensure "many-to-one". It provides a more helpful error message than `left_join()`.