Open aprueser opened 2 years ago
Functions that accept a pad & padval (eg: lag) should not assert on too few rows if pad == true. When pad == true these functions should just return a vector of length size(x, 1) equal to padval.
If you agree to this change, I will pull and update.
Functions that accept a pad & padval (eg: lag) should not assert on too few rows if pad == true. When pad == true these functions should just return a vector of length size(x, 1) equal to padval.
If you agree to this change, I will pull and update.