EdwinTh / padr

Padding of missing records in time series
https://edwinth.github.io/padr/
Other
132 stars 12 forks source link

add thicken() argument to drop original date column #55

Closed foundinblank closed 5 years ago

foundinblank commented 6 years ago

A snazzy thicken() feature would be an argument to drop the column that was just thickened. Can call it drop and have it set to FALSE by default. When drop = TRUE, the column that was thickened is removed at the end of the function.

EdwinTh commented 6 years ago

Thanks, that shouldn't be too much trouble to implement.

EdwinTh commented 5 years ago

Reopening, because it was lost in a patch release and I made a mistake in the branching. Needs to be added again.