I am doing some Data analysis in R Markdown
metadata <- read.csv("Data/DESeq/DESEQ_meta.csv",row.names = 1)
metadata
Will display my data fine, It’s in Global Environments “Data” , 20 obs. of 5 Variables
Introducting any unsaved Changes at all, even just a single space calling metadata
again gives the error
Error in gzfile(file, "wb") : cannot open the connection
I cant for the life of my figure out what is going on , this only just started happening recently for not apparant reason.
I’d apprecaite any help, as i can’t see any similar issues posted here