You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three functions handle implicit missing values (time gaps): has_gaps(), count_gaps() and fill_na().
fill_na() somehow can be interpreted as "filling na with values" like tidyr::replace_na(). But this is not what fill_na() does. It attempts to fill default NA to these time gaps. Would fill_gaps() be a better name and consistent with other two functions?
Three functions handle implicit missing values (time gaps):
has_gaps()
,count_gaps()
andfill_na()
.fill_na()
somehow can be interpreted as "filling na with values" liketidyr::replace_na()
. But this is not whatfill_na()
does. It attempts to fill defaultNA
to these time gaps. Wouldfill_gaps()
be a better name and consistent with other two functions?@dicook @robjhyndman @mitchelloharawild
The text was updated successfully, but these errors were encountered: