Hi ,
I have a .Rdata (recount) object stored in S3 bucket. Via Rstudio I am able to retreive the object using get_object command but unable to parse the same using rawToChar.
What is the right way to parse the .Rdata object and read/load the same from S3.
Please help.