-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Pad Missing Values #17
Conversation
@topepo, I could use a second pair of eyes on these changes if you have the time. The intention was to add padding for users if they select PS - I'm back from parental leave, so I should have a lot more time to work on the package. Thanks for all your contributions so far!!! |
I'll take a look at it. I was thinking of something that might be related and added comments to #16 . If we had a vector class, it would make (hopefully fast) methods to go between the current data structure and a more rectangular structure that seems to be required for some packages that we could leverage. Anyway, we don't have that right now so I'll review this as-is. |
I'm going to go ahead and merge this in favor so to go ahead and get started on the vector class. |
step_measure_input_long()
to pad the measures in cases of missing values.values
column forstep_measure_output_wide()
to prevent a value of missing columns for cases wherepad = TRUE
instep_measure_input_long()