This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I have data from a website, which looks like the following:
[1] 50 4b 03 04 14 00 00 00 08 00 c9 63 6b 55 00 00 00 00 02 00 00 00 00 00 00 00 09 00 00 00 64 6f 63 50 72 6f 70 73 2f 03 00 50 4b 03 04 14 00 00 00 08
[51] 00 c9 63 6b 55 e9 c3 99 8f a3 00 00 00 0b 01 00 00 10 00 00 00 64 6f 63 50 72 6f 70 73 2f 61 70 70 2e 78 6d 6c 9d cf 31 0b 83 30 10 05 e0 bd bf 42 b2
[101] 6b 6c 87 52 24 ea 52 3a 77 b0 dd 43 72 6a c0 dc 49 72 15 fd f7 4d 29 d4 bd e3 e3 c1 c7 7b aa 5d fd 94 2d 10 a2 23 ac c5 b1 28 45 06 68 c8 3a 1c 6a f1
[151] e8 6e f9 45 64 91 35 5a 3d 11 42 2d 36 88 a2 6d 0e ea 1e 68 86 c0 0e 62 96 04 8c b5 18 99 e7 4a ca 68 46 f0 3a 16 a9 c6 d4 f4 14 bc e6 14 c3 20 a9 ef
[201] 9d 81 2b 99 97 07 64 79 2a cb b3 84 95 01 2d d8 7c fe 81 e2 2b 56 0b ff 8b 5a 32 9f 7d f1 d9 6d 73 f2 1a d5 11 eb a9 73 1e 9a 52 c9 3d 28 b9 df 68 de
[251] 50 4b 03 04 14 00 00 00 08 00 c9 63 6b 55 ca 75 56 4b 18 01 00 00 f9 01 00 00 11 00 00 00 64 6f 63 50 72 6f 70 73 2f 63 6f 72 65 2e 78 6d 6c 6d 91 5d
It is a data table, apparently in hexadecimal format, with the characters in groups of two. Is there a nice, automated way to convert this into the ASCII text so I can continue to process the data in R? Brief googling turns up some ways to turn things into hex, but nothing easy for getting it out, or dealing with the spaces between pairs of digits.
Thanks!
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Rlanguage/c...