pub fn unserialize_xdr(data: &[u8]) -> Result<RValue, RError>
Deserialize an R object from either XDR binary or ASCII format bytes.
The data should start at the format byte (‘X’, ‘A’, or ‘B’).
data