I got some info from google on how to read gz file . So I downloaded a file called gdc_download_20191030_052506.304900.tar.gz from https://gdc.cancer.gov/
I am now reading the file in R using this code.
> z1 <- gzcon(gzfile("D:/New folder/gdc_download_20191030_052506.304900.tar.gz"))
> z1
A connection with
description "gzcon(D:/New folder/gdc_download_20191030_052506.304900.tar.gz)"
class "gzcon"
mode "rb"
text "binary"
opened "closed"
can read "yes"
can write "yes"
But after this I am not able to see the table here. I think we need to perform other operations as well. Please guide