0

when i pass this

 String encoded = Base64.encodeBytes(String.valueOf("who are you").getBytes(),Base64.GZIP);

this gzip data how can i decompress in R (sending this in R via API)

Jose
  • 330
  • 1
  • 3
  • 13
  • Does this answer your question? [Decompress gz file using R](https://stackoverflow.com/questions/5764499/decompress-gz-file-using-r) – Edwin Nov 29 '19 at 15:47
  • There are multiple ways of executing java code in R: https://www.r-bloggers.com/a-primer-in-using-java-from-r-part-1/ – Katia Nov 29 '19 at 16:38

0 Answers0