Replies: 3 comments
-
|
I'm not totally convinced this would be that user friendly an idea? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I know that, The user can add a |
Beta Was this translation helpful? Give feedback.
-
|
Converting to discussion in case anyone else would like to chime in - for now I'm considering this not a priority for implementaiotn. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Both
epinow()andepinow_regional()take common arguments, except for theregioncolumn in thereported_casesand the two extraepinow_regional()'s arguments (non_zero_pointsandsummary_args) that can be ignored byepinow(). So, it's probably better to define a wrapper function for both and decide which one to call based onreported_cases$region. Here's an initial version I'm currently using:Note that
local_epinow2can be dropped (i.e., callingepinow()directly) ifepinowacceptsnon_zero_pointsandsummary_args, regardless if it'll ignore or use them.Ideally, all documents would refer to the new
epinow2()function while exporting the current functions for compatibility.Beta Was this translation helpful? Give feedback.
All reactions