read_elements,BinaryReader,numeric-method | R Documentation |
Read a specified number of elements from a BinaryReader object.
## S4 method for signature 'BinaryReader,numeric'
read_elements(x, num_elements)
x |
Object of class BinaryReader |
num_elements |
Integer specifying number of elements to read |
Numeric vector of read elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.