TuftsCTSI / TRDW.jl

This is a Pluto environment with FunSQL for use in Research Requests
Other
2 stars 0 forks source link

deploy try_get and other context-aware FunSQL operators #55

Closed clarkevans closed 8 months ago

clarkevans commented 8 months ago
clarkevans commented 8 months ago

@kzollove in latest branch, filter_with and group_with now smartly use occurrence_id, or if that doesn't exist, person_id

clarkevans commented 8 months ago

@xitology I love try_get. It makes it possible to do high-level code that works on both person and occurrences transparently. In particular define_smoking() works at both occurrence and person level transparently.