cifti_read_char {cifti} | R Documentation |
Read characters with embedded nulls
Description
Simple wrapper for reading in character values with embedded nulls in a binary file
Usage
cifti_read_char(fid, n, to = "UTF-8")
Arguments
fid |
identifier of the open file connection |
n |
number of elements to read |
to |
A character string describing the target encoding. |
Value
Character vector
[Package cifti version 0.4.5 Index]