This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
General Issue: Update ...
and args
to sources
in admiral-class based functions
#2023
Labels
function re-work
issues identified by function re-work gang - usually argument alignment, user friendliness
general issue
Background Information
As part of our efforts to get to a 1.0 version of admiral, we are looking over all functions for consistency and user-friendliness.
Several functions use
...
orargs
to call upon a list of admiral-specific class (usually xxx_source) objects: e.g.date_source
dthcaus_source
records_source
etc. The following functions are affected:call_derivation()
derive_var_dthcaus()
derive_var_extreme_dt()
derive_var_extreme_dtm()
params()
slice_derivation()
derivation_slice()
restrict_derivation()
slice_derivation()
Definition of Done
Add
sources
as a function argument and begin the deprecation process of...
andargs
for the above functionsThe text was updated successfully, but these errors were encountered: