| pad_raw | R Documentation | 
pad_raw adds null bytes to the end of a raw vector to give a vector of
a specified size.pad_raw adds null bytes to the end of a raw vector to give a vector of
a specified size.
pad_raw(x, n, size = 1L)
x | 
 A raw vector.  | 
n | 
 The total number of elements in the output vector.  | 
size | 
 The number of bytes taken up by each element.  | 
A raw vector of length n.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.