Skip to content
Prev 361666 / 398506 Next

Help: How to Convert Binary Data into Text Using R

Welcome to R and R-help!

It would help others help you if you provided a minimal example and
explained your situation with a bit more details. It's pretty vague as
it stands.

Base R has both a `readBin()` and `rawConnection()` functions (amongst
other tools for such things) and there are a few packages that also
help with reading "binary" data. But, without knowing more specifics,
that's about as much direction as any of us wld be able to give.

-Bob

On Sat, Jun 11, 2016 at 9:06 PM, Fahman Khan via R-help
<r-help at r-project.org> wrote: