read_binary | R Documentation |
Read a binary file
read_binary(filename, nbytes = 8)
filename |
Path to the file |
nbytes |
The number of bytes constituting one value (e.g. 8 bytes for a double) |
A numeric vector
root <- system.file("extdata", "sim-example", package = "speciomer") read_binary(paste0(root, "/time.dat"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.