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.
-
Both
epinow()
andepinow_regional()
take common arguments, except for theregion
column in thereported_cases
and the two extraepinow_regional()
's arguments (non_zero_points
andsummary_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_epinow2
can be dropped (i.e., callingepinow()
directly) ifepinow
acceptsnon_zero_points
andsummary_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