read.fixed.char.binary | R Documentation |
Read fixed length char, possibly containing embedded zeroes, from binary file.
read.fixed.char.binary(filehandle, n, to = "UTF-8")
filehandle |
connection to read. |
n |
the number of bytes to read. |
to |
the target character encoding. |
the string in the target encoding, with the embedded zeroes removed.
The original version was written by Brandon Whitcher and Volker Schmid. See the source for the full legal info. The coding style was adapted to freesurferformats and the docs were added by Tim Schäfer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.