as_bytes
From rlang v0.2.2
by Lionel Henry
Coerce to a raw vector
This currently only works with strings, and returns its hexadecimal representation.
- Keywords
- internal
Usage
as_bytes(x)
Arguments
- x
A string.
Value
A raw vector of bytes.
Life cycle
Raw vector functions are experimental.
Community examples
Looks like there are no examples yet.