A function that converts raw
data into a character
string.
Details
The function rawToChar()
will fail on vectors of raw
data
with embedded 0x00
data. This function will not fail on embedded 0x00
values.
Instead, it will replace embedded 0x00
data with white spaces. Note that
leading and trailing 0x00
data will be omitted from the result.
See also
Other raw.operations:
as.raw()
,
nybbleToSignedInt()
,
nybble()
,
rawToPTModule()
,
rawToSignedInt()
,
rawToUnsignedInt()
,
signedIntToNybble()
,
signedIntToRaw()
,
unsignedIntToRaw()
Other character.operations:
as.character()
,
name
,
periodToChar()
,
sampleRate