This function converts a raw vector to a hexadecimal string,
optionally adding a prefix and a suffix.
It is roughly equivalent to
paste0(prefix, paste(format(x), collapse = ""), suffix)
and much faster.
This function converts a raw vector to a hexadecimal string,
optionally adding a prefix and a suffix.
It is roughly equivalent to
paste0(prefix, paste(format(x), collapse = ""), suffix)
and much faster.