pad_len | R Documentation |
Pad x to a given output length
pad_len(x, output_length, after = length(x), pad = NA)
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. |
The padded vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.