View source: R/read_bin_types.R
| read_character | R Documentation |
read character from binary
read_character(raw, cursor, n = 1L, n_char, encoding = "latin1")
raw |
raw vector |
cursor |
offset |
n |
number of elements |
n_char |
integer with number of desired characters to read from raw |
encoding |
encoding to assign character strings that are read. Default
is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.