Skip to content
Prev 165319 / 398506 Next

Convert ASCII string to Hex in R (vice versa)

Gundala Viswanath <gundalav <at> gmail.com> writes:
Trying again, simplified

ascii_str  <- "ORQ>IK"
ascii_str2 <- "FDC"

What do you want as output in both cases? I can partially understand the second
case, but not the first.

Dieter