I have been trying to import a file that is supposed to be a vcf file onto R but I cannot open it. How should I import it as a text file? I have tried to do this...
setwd("C:/Users/trauzzgi.STAFF/OneDrive - Victoria University of Wellington - STAFF/Desktop/")
getwd()
load("paua_snps")
but this is the error message I get.
Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
In addition: Warning message:
In readChar(con, 5L, useBytes = TRUE) :
cannot open compressed file 'paua_snps', probable reason 'No such file or directory'
I do not understand this, as the file is in the directory. Can anyone help me?
Thanks
Giulia