read_raw | R Documentation |
Read raw bytes
read_raw(con, n = 1)
con |
Connection object or raw vector. Connection objects can be
created with |
n |
Number of elements to read. Default: 1 |
raw vector
Other data input functions:
read_f64()
,
read_hex()
,
read_str()
,
read_uint8()
,
scan_dbl()
con <- rawConnection(charToRaw("hello12.3"))
read_raw(con, 5)
close(con)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.