Description Usage Arguments Examples
Pads an object to a desired length, either with replicates of itself or another repeated object.
| 1 | 
| x | an R object | 
| length.out | the desired length of the final output | 
| fill | R object to fill empty rows in columns below the max size.  If unspecified, repeats input rows in the same way as  | 
| preserveClass | determines whether to return an object of the same class as the original argument. Otherwise, returns a matrix. | 
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.