pad_len {supernova} | R Documentation |
Pad x to a given output length
Description
Pad x to a given output length
Usage
pad_len(x, output_length, after = length(x), pad = NA)
Arguments
x |
The vector to pad. |
output_length |
The length to pad the vector to. |
after |
A subscript, after which the padding is to be appended. |
pad |
The value to pad the vector with. |
Value
The padded vector.
[Package supernova version 3.0.0 Index]